public interface IDepot extends IServerResource
IDepot objects are not updateable or refreshable, and are currently "complete" in all implementations. There are no setter methods here as depots are intentionally read-only in P4Java.
Modifier and Type | Interface and Description |
---|---|
static class |
IDepot.DepotType |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
For remote depots, return the (remote) address of the depot; for other
types of depot, will return null.
|
IDepot.DepotType |
getDepotType()
Get the type of this depot.
|
String |
getDescription()
Get the description associated with this depot.
|
String |
getMap()
Get the depot's path translation information.
|
Date |
getModDate()
Get the date the depot was last modified.
|
String |
getName()
Get the name of the depot.
|
String |
getOwnerName()
Get the Perforce user name of the depot's owner.
|
ViewMap<IMapEntry> |
getSpecMap()
For spec depots, the optional description of which specs should be saved,
as one or more patterns.
|
String |
getStreamDepth()
For stream depots, the optional depth to be used for stream paths in the
depot, where depth equates to the number of slashes following the depot
name of a stream.
|
String |
getSuffix()
For spec depots, the optional suffix to be used for generated paths.
|
canRefresh, canUpdate, refresh, setServer, update, update, update
String getName()
String getOwnerName()
Date getModDate()
String getDescription()
IDepot.DepotType getDepotType()
String getAddress()
String getSuffix()
String getStreamDepth()
String getMap()
Copyright © 2017 Perforce Software. All Rights Reserved.