org.granite.builder.util
Class ProjectUtil.CpEntry
java.lang.Object
org.granite.builder.util.ProjectUtil.CpEntry
- Enclosing class:
- ProjectUtil
public static class ProjectUtil.CpEntry
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProjectUtil.CpEntry
public ProjectUtil.CpEntry(java.lang.String description,
org.eclipse.core.runtime.IPath path,
java.io.File file,
ProjectUtil.CpEntry.CpeKind kind)
getDescription
public java.lang.String getDescription()
getPath
public org.eclipse.core.runtime.IPath getPath()
getFile
public java.io.File getFile()
getKind
public ProjectUtil.CpEntry.CpeKind getKind()
getChildren
public java.util.List<ProjectUtil.CpEntry> getChildren()
exists
public boolean exists()
toURL
public java.net.URL toURL()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object