Package | Description |
---|---|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server.delegator |
Modifier and Type | Class and Description |
---|---|
class |
FileLineMatch
Implementation class of the
IFileLineMatch interface |
Modifier and Type | Method and Description |
---|---|
List<IFileLineMatch> |
Server.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
List<String> infoLines,
MatchingLinesOptions options) |
List<IFileLineMatch> |
Server.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
MatchingLinesOptions options) |
Modifier and Type | Method and Description |
---|---|
List<IFileLineMatch> |
GrepDelegator.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
List<String> infoLines,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
List<IFileLineMatch> |
GrepDelegator.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
Modifier and Type | Method and Description |
---|---|
List<IFileLineMatch> |
IGrepDelegator.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
List<String> infoLines,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
List<IFileLineMatch> |
IGrepDelegator.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
Copyright © 2017 Perforce Software. All Rights Reserved.