Uses of Class
com.senn.magic.io.exception.DirectoryException

Packages that use DirectoryException
com.senn.magic.io This package contains all classes related to I/O operations. 
 

Uses of DirectoryException in com.senn.magic.io
 

Methods in com.senn.magic.io that throw DirectoryException
 void Directory.copyTo(File file)
          Copies a file to the current Directory
 boolean Directory.createChildDirectories(String names)
          Create new nested child directories under the current Directory.
 boolean Directory.createChildDirectory(String name)
          Create a new child directory under the current Directory.
protected  void Directory.processChildren(boolean getSubChildren)
          Protected method, for internal use only.
 

Constructors in com.senn.magic.io that throw DirectoryException
Directory(File file)
          Protected constructor, for internal use only.
Directory(File file, boolean getSubChildren)
           
Directory(String path, boolean getSubChildren)