|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMapEntry.EntryType | |
|---|---|
| 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. |
| Uses of IMapEntry.EntryType in com.perforce.p4java.core |
|---|
| Methods in com.perforce.p4java.core that return IMapEntry.EntryType | |
|---|---|
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. |
| Methods in com.perforce.p4java.core with parameters of type IMapEntry.EntryType | |
|---|---|
void |
IMapEntry.setType(IMapEntry.EntryType type)
Set this entry's type. |
| Uses of IMapEntry.EntryType in com.perforce.p4java.impl.generic.client |
|---|
| Constructors in com.perforce.p4java.impl.generic.client with parameters of type IMapEntry.EntryType | |
|---|---|
ClientView.ClientViewMapping(int order,
IMapEntry.EntryType type,
String depotSpec,
String clientSpec)
Constructs a new view mapping by calling the superclass's corresponding constructor. |
|
| Uses of IMapEntry.EntryType in com.perforce.p4java.impl.generic.core |
|---|
| Fields in com.perforce.p4java.impl.generic.core declared as IMapEntry.EntryType | |
|---|---|
protected IMapEntry.EntryType |
MapEntry.type
|
| Methods in com.perforce.p4java.impl.generic.core that return IMapEntry.EntryType | |
|---|---|
IMapEntry.EntryType |
MapEntry.getType()
|
| Methods in com.perforce.p4java.impl.generic.core with parameters of type IMapEntry.EntryType | |
|---|---|
void |
MapEntry.setType(IMapEntry.EntryType type)
|
| Constructors in com.perforce.p4java.impl.generic.core with parameters of type IMapEntry.EntryType | |
|---|---|
MapEntry(int order,
IMapEntry.EntryType type,
String left,
String right)
Explicit-value constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||