Package | Description |
---|---|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Class and Description |
---|---|
class |
Depot
Simple default implementation class for the IDepot interface.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
InputMapper.map(IDepot depotSpec) |
Modifier and Type | Method and Description |
---|---|
IDepot |
Server.getDepot(String name) |
Modifier and Type | Method and Description |
---|---|
List<IDepot> |
Server.getDepots() |
Modifier and Type | Method and Description |
---|---|
String |
Server.createDepot(IDepot newDepot) |
Modifier and Type | Method and Description |
---|---|
IDepot |
DepotDelegator.getDepot(String name) |
Modifier and Type | Method and Description |
---|---|
List<IDepot> |
DepotsDelegator.getDepots() |
Modifier and Type | Method and Description |
---|---|
String |
DepotDelegator.createDepot(IDepot newDepot) |
Modifier and Type | Method and Description |
---|---|
IDepot |
IDepotDelegator.getDepot(String name)
Get an individual depot by name.
|
Modifier and Type | Method and Description |
---|---|
List<IDepot> |
IDepotsDelegator.getDepots()
Gets the depots.
|
Modifier and Type | Method and Description |
---|---|
String |
IDepotDelegator.createDepot(IDepot newDepot)
Create a new depot in the repository.
|
Copyright © 2017 Perforce Software. All Rights Reserved.