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.
|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
static IBranchSpec |
CoreFactory.newBranchSpec(IOptionsServer server,
String name,
String description,
String[] branches,
boolean createOnServer)
Create a new branch spec locally and / or on the server with default values for
non-parameter fields.
|
Modifier and Type | Class and Description |
---|---|
class |
BranchSpec
Simple default implementation class for the IBranchSpec interface.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
InputMapper.map(IBranchSpec branchSpec) |
Modifier and Type | Method and Description |
---|---|
IBranchSpec |
Server.getBranchSpec(String name) |
IBranchSpec |
Server.getBranchSpec(String name,
GetBranchSpecOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
Server.createBranchSpec(IBranchSpec branchSpec) |
String |
Server.updateBranchSpec(IBranchSpec branchSpec) |
Modifier and Type | Method and Description |
---|---|
IBranchSpec |
BranchDelegator.getBranchSpec(String name) |
IBranchSpec |
BranchDelegator.getBranchSpec(String name,
GetBranchSpecOptions opts) |
Modifier and Type | Method and Description |
---|---|
String |
BranchDelegator.createBranchSpec(IBranchSpec branchSpec) |
String |
BranchDelegator.updateBranchSpec(IBranchSpec branchSpec) |
Modifier and Type | Method and Description |
---|---|
IBranchSpec |
IBranchDelegator.getBranchSpec(String name)
Get the branch spec for the given name.
|
IBranchSpec |
IBranchDelegator.getBranchSpec(String name,
GetBranchSpecOptions opts)
Get a specific named Perforce branch spec from the Perforce server.
|
Modifier and Type | Method and Description |
---|---|
String |
IBranchDelegator.createBranchSpec(IBranchSpec branchSpec)
TODO: This should be moved up to Server and changed to delegate to
createBranchSpec with an options class.
|
String |
IBranchDelegator.updateBranchSpec(IBranchSpec branchSpec)
Update the data fields in an existing branch spec.
|
Copyright © 2017 Perforce Software. All Rights Reserved.