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 java.util.Map<java.lang.String,java.lang.Object> |
InputMapper.map(IDepot depotSpec) |
Modifier and Type | Method and Description |
---|---|
IDepot |
Server.getDepot(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IDepot> |
Server.getDepots() |
java.util.List<IDepot> |
Server.getDepots(GetDepotsOptions opts) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Server.createDepot(IDepot newDepot) |
Modifier and Type | Method and Description |
---|---|
IDepot |
DepotDelegator.getDepot(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IDepot> |
DepotsDelegator.getDepots() |
java.util.List<IDepot> |
DepotsDelegator.getDepots(GetDepotsOptions opts) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DepotDelegator.createDepot(IDepot newDepot) |
Modifier and Type | Method and Description |
---|---|
IDepot |
IDepotDelegator.getDepot(java.lang.String name)
Get an individual depot by name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IDepot> |
IDepotsDelegator.getDepots()
Gets the depots.
|
java.util.List<IDepot> |
IDepotsDelegator.getDepots(GetDepotsOptions opts)
Gets depots with type and namefilter
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IDepotDelegator.createDepot(IDepot newDepot)
Create a new depot in the repository.
|
Copyright © 2021 Perforce Software. All Rights Reserved.