Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
Server.getSpec(CustomSpec type)
Usage: p4 spec [ -o ] type
|
java.lang.String |
Server.updateSpec(CustomSpec type,
java.util.Map<java.lang.String,java.lang.Object> spec)
Usage: p4 spec [ -i ] type
|
java.lang.String |
Server.updateSpecString(CustomSpec type,
java.lang.String spec)
Usage: p4 spec [ -i ] type
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
SpecDelegator.getSpec(CustomSpec type) |
java.lang.String |
SpecDelegator.updateSpec(CustomSpec type,
java.util.Map<java.lang.String,java.lang.Object> spec) |
java.lang.String |
SpecDelegator.updateSpecString(CustomSpec type,
java.lang.String spec) |
Modifier and Type | Method and Description |
---|---|
static CustomSpec |
CustomSpec.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomSpec[] |
CustomSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
ISpecDelegator.getSpec(CustomSpec type)
Return the Perforce spec associated with this Perforce server.
|
java.lang.String |
ISpecDelegator.updateSpec(CustomSpec type,
java.util.Map<java.lang.String,java.lang.Object> spec)
Update a Perforce spec on the Perforce server.
|
java.lang.String |
ISpecDelegator.updateSpecString(CustomSpec type,
java.lang.String spec)
Update a Perforce spec on the Perforce server.
|
Copyright © 2020 Perforce Software. All Rights Reserved.