org.apache.maven.scm
Class ScmFile
java.lang.Object
org.apache.maven.scm.ScmFile
- All Implemented Interfaces:
- Comparable
public class ScmFile
- extends Object
- implements Comparable
- Version:
- $Id: ScmFile.java 522852 2007-03-27 10:06:03Z evenisse $
- Author:
- Trygve Laugstøl
ScmFile
public ScmFile(String path,
ScmFileStatus status)
- Parameters:
path
- The file pathstatus
- The file status
getPath
public String getPath()
- Returns:
- the file path
getStatus
public ScmFileStatus getStatus()
- Returns:
- The file status
compareTo
public int compareTo(Object other)
- Specified by:
compareTo
in interface Comparable
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.