Uses of Class
org.granite.builder.util.ProjectUtil.CpEntry.CpeKind

Packages that use ProjectUtil.CpEntry.CpeKind
org.granite.builder.util   
 

Uses of ProjectUtil.CpEntry.CpeKind in org.granite.builder.util
 

Methods in org.granite.builder.util that return ProjectUtil.CpEntry.CpeKind
 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.
 

Constructors in org.granite.builder.util with parameters of type ProjectUtil.CpEntry.CpeKind
ProjectUtil.CpEntry(java.lang.String description, org.eclipse.core.runtime.IPath path, java.io.File file, ProjectUtil.CpEntry.CpeKind kind)