public class PathInfoData
extends java.lang.Object
| Constructor and Description |
|---|
PathInfoData() |
PathInfoData(java.lang.String name,
boolean isDir,
boolean isHeadDeleted) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
boolean |
isDir() |
boolean |
isHeadDeleted() |
void |
setDir(boolean dir) |
void |
setHeadDeleted(boolean headDeleted) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public PathInfoData(java.lang.String name,
boolean isDir,
boolean isHeadDeleted)
name - The name of the file or directoryisDir - true if this path is a directoryisHeadDeleted - true if this path has been deleted on the repository headpublic PathInfoData()
public java.lang.String getName()
public boolean isDir()
public boolean isHeadDeleted()
public java.lang.String toString()
toString in class java.lang.Objectpublic void setName(java.lang.String name)
public void setDir(boolean dir)
public void setHeadDeleted(boolean headDeleted)