Package com.perforce.p4java.core
Interface IFileLineMatch
-
- All Known Implementing Classes:
FileLineMatch
public interface IFileLineMatchInterface for file line matches resulting from grep commands
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIFileLineMatch.MatchTypeMatch type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDepotFile()Get depot file path of matchjava.lang.StringgetLine()Get line text of matchintgetLineNumber()Get line number of matchintgetRevision()Get revision number of matchIFileLineMatch.MatchTypegetType()Get match type
-
-
-
Method Detail
-
getDepotFile
java.lang.String getDepotFile()
Get depot file path of match- Returns:
- depot file path
-
getRevision
int getRevision()
Get revision number of match- Returns:
- revision number
-
getLine
java.lang.String getLine()
Get line text of match- Returns:
- line text
-
getLineNumber
int getLineNumber()
Get line number of match- Returns:
- line number
-
getType
IFileLineMatch.MatchType getType()
Get match type- Returns:
- - type
-
-