Class ScmFile
java.lang.Object
org.apache.maven.scm.ScmFile
- All Implemented Interfaces:
Serializable, Comparable<ScmFile>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
path
-
status
-
-
Constructor Details
-
ScmFile
- Parameters:
path- the relative path of the file, should never start with anyFile.separatorstatus- the file status
-
-
Method Details
-
getPath
-
getStatus
- Returns:
- the file status
-
compareTo
- Specified by:
compareToin interfaceComparable<ScmFile>
-
equals
-
hashCode
-
toString
-