|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISO9660HierarchyObject
| Method Summary | |
|---|---|
Object |
getID()
Returns an Object identifying this hierarchy object |
String |
getISOPath()
Returns the path from the root to this hierarchy object with each path component separated by File.separator so that its length represents the ISO 9660 path length |
String |
getName()
Returns the name of the hierarchy object |
ISO9660Directory |
getParentDirectory()
Returns the parent directory of this hierarchy object |
ISO9660RootDirectory |
getRoot()
Returns the root of the directory hierarchy |
boolean |
isDirectory()
Returns whether the hierarchy object is a directory |
void |
setName(String name)
Set the name of the hierarchy object |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getName()
ISO9660RootDirectory getRoot()
boolean isDirectory()
void setName(String name)
name - NameISO9660Directory getParentDirectory()
String getISOPath()
Object getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||