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 |
---|---|
java.util.List<IFileLineMatch> |
Server.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
java.util.List<java.lang.String> infoLines,
MatchingLinesOptions options) |
java.util.List<IFileLineMatch> |
Server.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
MatchingLinesOptions options) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IFileLineMatch> |
GrepDelegator.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
java.util.List<java.lang.String> infoLines,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
java.util.List<IFileLineMatch> |
GrepDelegator.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IFileLineMatch> |
IGrepDelegator.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
java.util.List<java.lang.String> infoLines,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
java.util.List<IFileLineMatch> |
IGrepDelegator.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs.
|
Copyright © 2020 Perforce Software. All Rights Reserved.