public class BinaryModuleDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
char[] |
indexPath |
char[] |
location |
char[] |
moduleName |
char[] |
workspacePath |
| Constructor and Description |
|---|
BinaryModuleDescriptor(char[] location,
char[] moduleName,
char[] workspacePath,
char[] indexPath)
Constructs a new descriptor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInJarFile() |
java.lang.String |
toString()
For debugging purposes only.
|
public final char[] indexPath
public final char[] moduleName
public final char[] location
public final char[] workspacePath
public BinaryModuleDescriptor(char[] location,
char[] moduleName,
char[] workspacePath,
char[] indexPath)
location - location where the archive (.jar or .class) can be found in the local filesystemmoduleName - name of the moduleworkspacePath - location where the archive (.jar or class) can be found in the workspace. If it is not in the
workspace, this is the path where it can be found on the local filesystem.indexPath - index path for the new module (workspace-or-local path to jar optionally followed by a | and a relative
path within the .jar)