Uses of Class
org.bibalex.daf.entities.phase.FileElement

Packages that use FileElement
org.bibalex.daf.entities.phase   
 

Uses of FileElement in org.bibalex.daf.entities.phase
 

Methods in org.bibalex.daf.entities.phase that return FileElement
 FileElement[] FolderElement.getSubFiles()
          Gets the files defined within this FolderElement.
 FileElement[] PhysicalDef.getSubFiles()
          Gets the files defined within this PhaseDef.
 

Methods in org.bibalex.daf.entities.phase with parameters of type FileElement
private  boolean PhysicalAction.copyFiles(java.lang.String source, FileElement file, java.lang.String destination)
          Copies the files from source to destination.
Note: The context determines whether the files will be uploaded or downloaded.