Interface StandaloneClassloaderFactory
-
- All Known Implementing Classes:
PluginClassloaderFactory
public interface StandaloneClassloaderFactory- Author:
- Eugene Petrenko Created: 17.02.2009 19:21:49
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TeamCityClassLoadercreateClassloader(PluginClassLoadingInfo info)Deprecated.since 9.0 UsecreateClassloader(PluginClassLoadingInfo, java.util.Collection)instead.TeamCityClassLoadercreateClassloader(PluginClassLoadingInfo info, Collection<TeamCityClassLoader> parents)Creates Hierarchy-aware ClassLoader.
-
-
-
Method Detail
-
createClassloader
@Deprecated @NotNull TeamCityClassLoader createClassloader(@NotNull PluginClassLoadingInfo info)
Deprecated.since 9.0 UsecreateClassloader(PluginClassLoadingInfo, java.util.Collection)instead.
-
createClassloader
@NotNull TeamCityClassLoader createClassloader(@NotNull PluginClassLoadingInfo info, @NotNull Collection<TeamCityClassLoader> parents)
Creates Hierarchy-aware ClassLoader.- Since:
- 9.0
-
-