public static class ProjectUtil.CpEntry extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectUtil.CpEntry.CpeKind |
| Constructor and Description |
|---|
ProjectUtil.CpEntry(java.lang.String description,
org.eclipse.core.runtime.IPath path,
java.io.File file,
ProjectUtil.CpEntry.CpeKind kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
java.util.List<ProjectUtil.CpEntry> |
getChildren() |
java.lang.String |
getDescription() |
java.io.File |
getFile() |
ProjectUtil.CpEntry.CpeKind |
getKind() |
org.eclipse.core.runtime.IPath |
getPath() |
java.lang.String |
toString() |
java.net.URL |
toURL() |
public ProjectUtil.CpEntry(java.lang.String description, org.eclipse.core.runtime.IPath path, java.io.File file, ProjectUtil.CpEntry.CpeKind kind)
public java.lang.String getDescription()
public org.eclipse.core.runtime.IPath getPath()
public java.io.File getFile()
public ProjectUtil.CpEntry.CpeKind getKind()
public java.util.List<ProjectUtil.CpEntry> getChildren()
public boolean exists()
public java.net.URL toURL() throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object