public class ModuleInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filePath
The full path to the module jar file
|
boolean |
include
True if include the module in the current list
|
java.lang.String |
moduleName
The jar file name to represent the module
|
long |
timeStamp
The time since 1 January 1970 UTC in milliseconds when the module was added.
|
java.util.ArrayList<java.lang.String> |
tpJars
Third party jar files that this module requires
|
Constructor and Description |
---|
ModuleInfo()
Create a new instance of ModuleInfo
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
filesToJars()
Convert the stored files paths into a list of jar files paths for loading.
|
public boolean include
public long timeStamp
System.currentTimeMillis()
- this is set automatically during the ModuleInfo initialisation.public java.lang.String moduleName
public java.lang.String filePath
public java.util.ArrayList<java.lang.String> tpJars