public interface IDepotDelegator
| Modifier and Type | Method and Description |
|---|---|
String |
createDepot(IDepot newDepot)
Create a new depot in the repository.
|
String |
deleteDepot(String name)
Delete a named depot from the repository.
|
IDepot |
getDepot(String name)
Get an individual depot by name.
|
String createDepot(@Nonnull IDepot newDepot) throws P4JavaException
newDepot - non-null IDepot object representing the depot to be created.P4JavaException - if any error occurs in the processing of this method.String deleteDepot(String name) throws P4JavaException
name - non-null IDepot object representing the depot to be deletedP4JavaException - if any error occurs in the processing of this method.IDepot getDepot(String name) throws P4JavaException
name - non-null name of the depot to be retrieved.P4JavaException - if any error occurs in the processing of this method.Copyright © 2017 Perforce Software. All Rights Reserved.