org.gjt.rec.io
Class FilePath.PathElement.Type

java.lang.Object
  |
  +--org.gjt.rec.util.Enum
        |
        +--org.gjt.rec.io.FilePath.PathElement.Type
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
FilePath.PathElement

public static final class FilePath.PathElement.Type
extends Enum

Enumerated type for representing the type of a path element.

See Also:
Serialized Form

Field Summary
static FilePath.PathElement.Type FOLDER
           
static FilePath.PathElement.Type JAR
           
static FilePath.PathElement.Type UNKNOWN
           
static FilePath.PathElement.Type ZIP
           
 
Fields inherited from class org.gjt.rec.util.Enum
REVISION
 
Methods inherited from class org.gjt.rec.util.Enum
compareTo, equals, getId, hashCode, instanceList, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final FilePath.PathElement.Type UNKNOWN

FOLDER

public static final FilePath.PathElement.Type FOLDER

ZIP

public static final FilePath.PathElement.Type ZIP

JAR

public static final FilePath.PathElement.Type JAR