Uses of Class
pluginloader.PluginLoader.LoadingException
| Package | Description |
|---|---|
| pluginloader | |
| pluginloader.load |
-
Uses of PluginLoader.LoadingException in pluginloader
Subclasses of PluginLoader.LoadingException in pluginloader Modifier and Type Class Description static classPluginLoader.WrongFileFormatExceptionMethods in pluginloader that throw PluginLoader.LoadingException Modifier and Type Method Description <OBJECT> OBJECTPluginLoader. load(java.lang.String plugin, java.lang.Class<OBJECT> pluginInterface)Compiles a plugin given as a java class in source code form and loads it into the Java Runtime.<OBJECT> OBJECTPluginLoader. load(java.util.jar.JarInputStream jarInputStream, java.lang.Class<OBJECT> pluginInterface) -
Uses of PluginLoader.LoadingException in pluginloader.load
Methods in pluginloader.load that throw PluginLoader.LoadingException Modifier and Type Method Description ClassInfoSourceCodeParser. parseClassInfo(java.lang.String plugin)