org.granite.builder.util
Class ProjectUtil.CpEntry

java.lang.Object
  extended by org.granite.builder.util.ProjectUtil.CpEntry
Enclosing class:
ProjectUtil

public static class ProjectUtil.CpEntry
extends java.lang.Object


Nested Class Summary
static class ProjectUtil.CpEntry.CpeKind
           
 
Constructor Summary
ProjectUtil.CpEntry(java.lang.String description, org.eclipse.core.runtime.IPath path, java.io.File file, ProjectUtil.CpEntry.CpeKind kind)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectUtil.CpEntry

public ProjectUtil.CpEntry(java.lang.String description,
                           org.eclipse.core.runtime.IPath path,
                           java.io.File file,
                           ProjectUtil.CpEntry.CpeKind kind)
Method Detail

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