public final class BinaryTypeDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
char[] |
fieldDescriptor |
char[] |
indexPath |
char[] |
location |
char[] |
workspacePath |
| Constructor and Description |
|---|
BinaryTypeDescriptor(char[] location,
char[] fieldDescriptor,
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[] fieldDescriptor
public final char[] location
public final char[] workspacePath
public BinaryTypeDescriptor(char[] location,
char[] fieldDescriptor,
char[] workspacePath,
char[] indexPath)
location - location where the archive (.jar or .class) can be found in the local filesystemfieldDescriptor - field descriptor for the type (see the JVM specification)workspacePath - 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 type (workspace-or-local path to jar optionally followed by a | and a relative
path within the .jar)