org.java.plugin.standard |
This package contains standard implementation of main framework runtime API.
|
Java Source File Name | Type | Comment |
PluginLifecycleHandler.java | Class | Manager class that handles plug-in life cycle related logic. |
ShadingPathResolver.java | Class | This implementation of path resolver makes "shadow copy" of plug-in resources
before resolving paths to them, this helps avoid locking of local resources
and run native code from remote locations.
Configuration parameters
This path resolver implementation supports following configuration
parameters:
- shadowFolder
- Path to the folder where to copy resources to prevent their locking.
|
StandardObjectFactory.java | Class | Standard object factory implementation. |
StandardPathResolver.java | Class | Standard simple implementation of path resolver. |
StandardPluginClassLoader.java | Class | Standard implementation of plug-in class loader. |
StandardPluginLifecycleHandler.java | Class | Standard implementation of plug-in life cycle handler.
Configuration parameters
This life cycle handler implementation supports following configuration
parameters:
- probeParentLoaderLast
- If
true , plug-in classloader will try loading classes from
system (boot) classpath after trying to load them from plug-in
classpath. |
StandardPluginLocation.java | Class | A standard implementation of plug-in location interface. |
StandardPluginManager.java | Class | Standard implementation of plug-in manager. |