|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFileLineMatch | |
---|---|
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.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IFileLineMatch in com.perforce.p4java.impl.generic.core |
---|
Classes in com.perforce.p4java.impl.generic.core that implement IFileLineMatch | |
---|---|
class |
FileLineMatch
Implementation class of the IFileLineMatch interface |
Uses of IFileLineMatch in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IFileLineMatch | |
---|---|
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)
|
Uses of IFileLineMatch in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IFileLineMatch | |
---|---|
List<IFileLineMatch> |
IOptionsServer.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
List<String> infoLines,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs. |
List<IFileLineMatch> |
IOptionsServer.getMatchingLines(List<IFileSpec> fileSpecs,
String pattern,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |