Package org.apache.maven.scm
Class ScmFile
java.lang.Object
org.apache.maven.scm.ScmFile
- All Implemented Interfaces:
 Serializable,Comparable<ScmFile>
- Author:
 - Trygve Laugstøl
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ScmFile
- Parameters:
 path- The relative path of the file, should never start with anyFile.separator.status- The file status
 
 - 
 - 
Method Details
- 
getPath
Returns the relative path of the file.- Returns:
 - the file path
 
 - 
getStatus
- Returns:
 - The file status
 
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<ScmFile>
 - 
equals
 - 
hashCode
 - 
toString
 
 -