Package | Description |
---|---|
com.perforce.p4java.core |
Provides interfaces and classes for defining and accessing Perforce objects
such as jobs, changelists, etc., and, through the file sub-package, Perforce
files.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
Modifier and Type | Method and Description |
---|---|
static IDepot.DepotType |
IDepot.DepotType.fromString(String str)
Return a suitable Depot type as inferred from the passed-in
string, which is assumed to be the string form of a Depot type.
|
IDepot.DepotType |
IDepot.getDepotType()
Get the type of this depot.
|
static IDepot.DepotType |
IDepot.DepotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDepot.DepotType[] |
IDepot.DepotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IDepot.DepotType |
Depot.getDepotType() |
Modifier and Type | Method and Description |
---|---|
void |
Depot.setDepotType(IDepot.DepotType depotType) |
Constructor and Description |
---|
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String map) |
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String streamDepth,
String map) |
Depot(String name,
String ownerName,
Date modDate,
String description,
IDepot.DepotType depotType,
String address,
String suffix,
String streamDepth,
String map,
ViewMap<IMapEntry> specMap) |
Copyright © 2017 Perforce Software. All Rights Reserved.