|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FilePath.PathType>
com.perforce.p4java.impl.generic.core.file.FilePath.PathType
public static enum FilePath.PathType
Defines the various types a Perforce file path can have.
| Enum Constant Summary | |
|---|---|
CLIENT
Path is a Perforce client path type. |
|
DEPOT
Path is a Perforce depot path type. |
|
LOCAL
Path is a Perforce local path type. |
|
ORIGINAL
Path pseudo-type used to flag a path as being the "original" path spec for a file spec. |
|
UNKNOWN
Unknown file path type. |
|
| Method Summary | |
|---|---|
static FilePath.PathType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FilePath.PathType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FilePath.PathType UNKNOWN
public static final FilePath.PathType ORIGINAL
public static final FilePath.PathType DEPOT
public static final FilePath.PathType CLIENT
public static final FilePath.PathType LOCAL
| Method Detail |
|---|
public static FilePath.PathType[] values()
for (FilePath.PathType c : FilePath.PathType.values()) System.out.println(c);
public static FilePath.PathType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||