Interface PluginClassLoadingInfo
-
public interface PluginClassLoadingInfo- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 01.02.11 23:14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<File>getClasspath()PluginInfogetPluginInfo()booleanuseStandaloneClassloader()
-
-
-
Method Detail
-
getPluginInfo
@NotNull PluginInfo getPluginInfo()
-
getClasspath
@NotNull Collection<File> getClasspath()
-
useStandaloneClassloader
boolean useStandaloneClassloader()
-
-