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
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