| Package | Description |
|---|---|
| org.granite.builder.util |
| Modifier and Type | Method and Description |
|---|---|
ProjectUtil.CpEntry.CpeKind |
ProjectUtil.CpEntry.getKind() |
static ProjectUtil.CpEntry.CpeKind |
ProjectUtil.CpEntry.CpeKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectUtil.CpEntry.CpeKind[] |
ProjectUtil.CpEntry.CpeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProjectUtil.CpEntry(java.lang.String description,
org.eclipse.core.runtime.IPath path,
java.io.File file,
ProjectUtil.CpEntry.CpeKind kind) |