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.
|
Modifier and Type | Method and Description |
---|---|
static IStreamViewMapping.PathType |
IStreamViewMapping.PathType.fromString(String str)
Return a suitable Path type as inferred from the passed-in
string, which is assumed to be the string form of a Path type.
|
IStreamViewMapping.PathType |
IStreamViewMapping.getPathType()
Get the stream view path type
|
static IStreamViewMapping.PathType |
IStreamViewMapping.PathType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStreamViewMapping.PathType[] |
IStreamViewMapping.PathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IStreamViewMapping.setPathType(IStreamViewMapping.PathType pathType)
Set a stream view path type
|
Modifier and Type | Field and Description |
---|---|
protected IStreamViewMapping.PathType |
Stream.StreamViewMapping.pathType |
protected IStreamViewMapping.PathType |
Stream.StreamIgnoredMapping.pathType |
Modifier and Type | Method and Description |
---|---|
IStreamViewMapping.PathType |
Stream.StreamViewMapping.getPathType() |
Modifier and Type | Method and Description |
---|---|
void |
Stream.StreamViewMapping.setPathType(IStreamViewMapping.PathType pathType) |
Constructor and Description |
---|
StreamViewMapping(int order,
IStreamViewMapping.PathType pathType,
String viewPath,
String depotPath)
Explicit value constructor -- calls super(order, target, targetSpec).
|
Copyright © 2017 Perforce Software. All Rights Reserved.