Interface SharedClassloaderFactory
-
- All Known Implementing Classes:
PluginClassloaderFactory
public interface SharedClassloaderFactory
- Author:
- Eugene Petrenko Created: 17.02.2009 19:21:43
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TeamCityClassLoader
createClassloader(Collection<PluginClassLoadingInfo> info)
-
-
-
Method Detail
-
createClassloader
@NotNull TeamCityClassLoader createClassloader(@NotNull Collection<PluginClassLoadingInfo> info)
-
-