Uses of Class
pluginloader.PluginLoader.LoadingException
-
-
Uses of PluginLoader.LoadingException in pluginloader
Methods in pluginloader that throw PluginLoader.LoadingException Modifier and Type Method Description <OBJECT> OBJECTPluginLoader. load(Class<OBJECT> pluginInterface, File plugin)Loads the class from its class file and returns an instance of it<OBJECT> OBJECTPluginLoader. load(String plugin, Class<OBJECT> pluginInterface)Compiles a plugin given as a java class in source code form and loads it into the Java Runtime.
-