Class PluginSetup
java.lang.Object
de.iip_ecosphere.platform.support.plugins.PluginSetup
Basic setup for plugins.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderReturns the class loader, also for resource loading.static voidSets the class loader to use, also as central class loader for resource loading.
-
Field Details
-
loader
-
-
Constructor Details
-
PluginSetup
public PluginSetup()
-
-
Method Details
-
setClassLoader
Sets the class loader to use, also as central class loader for resource loading.- Parameters:
ldr- the class loader, ignored if null
-
getClassLoader
Returns the class loader, also for resource loading.- Returns:
- the class loader
-