Uses of Interface
org.codehaus.cargo.util.FileHandler

Packages that use FileHandler
org.codehaus.cargo.util   
 

Uses of FileHandler in org.codehaus.cargo.util
 

Classes in org.codehaus.cargo.util that implement FileHandler
 class DefaultFileHandler
          File operations that are performed in Cargo.
 

Methods in org.codehaus.cargo.util that return FileHandler
 FileHandler Dom4JUtil.getFileHandler()
           
 

Methods in org.codehaus.cargo.util with parameters of type FileHandler
 void Dom4JUtil.setFileHandler(FileHandler fileHandler)
           
 

Constructors in org.codehaus.cargo.util with parameters of type FileHandler
Dom4JUtil(FileHandler fileHandler)
          constructor will assign no namespaces.
Dom4JXmlFileBuilder(FileHandler fileHandler)
          creates the instance, which will use the specified @{link FileHandler fileHandler} to read or write the xml file.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.