Class TestWithPlugin.PluginLocation
java.lang.Object
test.de.iip_ecosphere.platform.support.TestWithPlugin.PluginLocation
- Enclosing class:
TestWithPlugin
Represents a plugin location.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePluginLocation(String parent, String folder, String installFolder, boolean descriptorOnly, String... appends) Creates a new plugin location. -
Method Summary
-
Field Details
-
parent
-
folder
-
installFolder
-
descriptorOnly
private boolean descriptorOnly -
appends
-
-
Constructor Details
-
PluginLocation
private PluginLocation(String parent, String folder, String installFolder, boolean descriptorOnly, String... appends) Creates a new plugin location.- Parameters:
parent- the parent folder (in git workspace)folder- the plugin folder within the parent folder (in git workspace)installFolder- (in unpacked plugins)descriptorOnly- shall only be descriptor JARs loaded or the full classpathappends- optional plugins to be appended
-