|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.miethxml.hawron.io.Directory
| Constructor Summary | |
Directory()
Deprecated. |
|
Directory(java.io.File file)
Deprecated. |
|
Directory(java.lang.String filename)
Deprecated. |
|
| Method Summary | |
int |
getCount()
Deprecated. |
Directory |
getDir(int index)
Deprecated. |
int |
getDirCount()
Deprecated. |
java.lang.Object |
getEntry(int index)
Deprecated. |
java.io.File |
getFile()
Deprecated. |
Directory |
getParent()
Deprecated. |
java.lang.String |
getPath()
Deprecated. |
boolean |
hasParent()
Deprecated. |
boolean |
isParentDirectory()
Deprecated. |
void |
listDirectory()
Deprecated. List the directory content an return a List with removed directories |
boolean |
removed()
Deprecated. |
void |
setFile(java.io.File file)
Deprecated. |
void |
setParent(Directory parent)
Deprecated. |
void |
setParentDirectory(boolean parentDirectory)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Directory()
public Directory(java.lang.String filename)
public Directory(java.io.File file)
| Method Detail |
public java.lang.String toString()
public java.io.File getFile()
public void setFile(java.io.File file)
file - public int getDirCount()
public Directory getDir(int index)
public void listDirectory()
public int getCount()
public java.lang.Object getEntry(int index)
public java.lang.String getPath()
public Directory getParent()
public void setParent(Directory parent)
parent - The parent to set.public boolean hasParent()
public void setParentDirectory(boolean parentDirectory)
parentDirectory - The parentDirectory to set.public boolean isParentDirectory()
public boolean removed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||