de.miethxml.hawron.io
Class Directory

java.lang.Object
  extended byde.miethxml.hawron.io.Directory

public class Directory
extends java.lang.Object

Author:
Simon Mieth

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

Directory

public Directory()
Deprecated. 

Directory

public Directory(java.lang.String filename)
Deprecated. 

Directory

public Directory(java.io.File file)
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 

getFile

public java.io.File getFile()
Deprecated. 
Returns:

setFile

public void setFile(java.io.File file)
Deprecated. 
Parameters:
file -

getDirCount

public int getDirCount()
Deprecated. 

getDir

public Directory getDir(int index)
Deprecated. 

listDirectory

public void listDirectory()
Deprecated. 
List the directory content an return a List with removed directories


getCount

public int getCount()
Deprecated. 

getEntry

public java.lang.Object getEntry(int index)
Deprecated. 

getPath

public java.lang.String getPath()
Deprecated. 

getParent

public Directory getParent()
Deprecated. 
Returns:
Returns the parent.

setParent

public void setParent(Directory parent)
Deprecated. 
Parameters:
parent - The parent to set.

hasParent

public boolean hasParent()
Deprecated. 

setParentDirectory

public void setParentDirectory(boolean parentDirectory)
Deprecated. 
Parameters:
parentDirectory - The parentDirectory to set.

isParentDirectory

public boolean isParentDirectory()
Deprecated. 
Returns:
Returns the parentDirectory.

removed

public boolean removed()
Deprecated.