com.perforce.p4java.core
Interface IFileLineMatch

All Known Implementing Classes:
FileLineMatch

public interface IFileLineMatch

Interface for file line matches resulting from grep commands


Nested Class Summary
static class IFileLineMatch.MatchType
          Match type
 
Method Summary
 String getDepotFile()
          Get depot file path of match
 String getLine()
          Get line text of match
 int getLineNumber()
          Get line number of match
 int getRevision()
          Get revision number of match
 IFileLineMatch.MatchType getType()
          Get match type
 

Method Detail

getDepotFile

String getDepotFile()
Get depot file path of match

Returns:
depot file path

getRevision

int getRevision()
Get revision number of match

Returns:
revision number

getLine

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


Copyright © 2015 Perforce Software. All Rights Reserved.