| 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 IFileLineMatch.MatchType |
IFileLineMatch.MatchType.fromServerString(String serverValue)
Get a match type enumeration for the specified server value.
|
IFileLineMatch.MatchType |
IFileLineMatch.getType()
Get match type
|
static IFileLineMatch.MatchType |
IFileLineMatch.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFileLineMatch.MatchType[] |
IFileLineMatch.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected IFileLineMatch.MatchType |
FileLineMatch.type |
| Modifier and Type | Method and Description |
|---|---|
IFileLineMatch.MatchType |
FileLineMatch.getType() |
| Constructor and Description |
|---|
FileLineMatch(String file,
int revision,
String line,
IFileLineMatch.MatchType type)
Explicit-value constructor; sets all fields to null or -1, type to MatchType.MATCH.
|
Copyright © 2017 Perforce Software. All Rights Reserved.