public class JarFactoryInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
factoryClass
The class to load for the default jar factory
|
java.lang.String |
jarFilePath
The path to the jar factory jar file
|
boolean |
start
True if create an instance of the jar factory
|
Constructor and Description |
---|
JarFactoryInfo()
Create a new instance of JarFactoryInfo.
|
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
toModuleInfo()
Convert this info object into a ModuleInfo type, with information added as
appropriate.
|
public java.lang.String jarFilePath
public java.lang.String factoryClass
public boolean start
public ModuleInfo toModuleInfo()