Package | Description |
---|---|
com.perforce.p4java.client |
Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.
|
com.perforce.p4java.impl.mapbased.client |
Modifier and Type | Method and Description |
---|---|
ViewDepotType |
IClient.getViewDepotType()
Returns the ViewDepotType set in this client spec
|
Modifier and Type | Method and Description |
---|---|
static ViewDepotType |
ViewDepotType.fromString(String str)
Returns the Enum constant that matches the string argument
|
ViewDepotType |
Client.getViewDepotType() |
static ViewDepotType |
ViewDepotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewDepotType[] |
ViewDepotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Perforce Software. All Rights Reserved.