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.client |
Provides standard implementation classes for the com.perforce.p4java.client interfaces.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
Modifier and Type | Method and Description |
---|---|
static IMapEntry.EntryType |
IMapEntry.EntryType.fromString(String str)
Return a suitable EntryType as inferred from the passed-in
string, which is assumed to be a Perforce view map path string.
|
IMapEntry.EntryType |
IMapEntry.getType()
Return the view map type of this entry.
|
static IMapEntry.EntryType |
IMapEntry.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMapEntry.EntryType[] |
IMapEntry.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IMapEntry.setType(IMapEntry.EntryType type)
Set this entry's type.
|
Constructor and Description |
---|
ClientViewMapping(int order,
IMapEntry.EntryType type,
String depotSpec,
String clientSpec)
Constructs a new view mapping by calling the superclass's
corresponding constructor.
|
Modifier and Type | Field and Description |
---|---|
protected IMapEntry.EntryType |
MapEntry.type |
Modifier and Type | Method and Description |
---|---|
IMapEntry.EntryType |
MapEntry.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MapEntry.setType(IMapEntry.EntryType type) |
Constructor and Description |
---|
MapEntry(int order,
IMapEntry.EntryType type,
String left,
String right)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.