public class ScmFile extends Object implements Comparable, Serializable
Constructor and Description |
---|
ScmFile(String path,
ScmFileStatus status) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object other) |
boolean |
equals(Object other) |
String |
getPath() |
ScmFileStatus |
getStatus() |
int |
hashCode() |
String |
toString() |
public ScmFile(String path, ScmFileStatus status)
path
- The file pathstatus
- The file statuspublic String getPath()
public ScmFileStatus getStatus()
public int compareTo(Object other)
compareTo
in interface Comparable
Copyright © 2003–2016. All rights reserved.