Uses of Interface
com.gubutech.xload.XloadDirectoryItem

Packages that use XloadDirectoryItem
com.gubutech.xload Provides classes and interfaces for uploading of files and management of files and directories on an application server. 
 

Uses of XloadDirectoryItem in com.gubutech.xload
 

Classes in com.gubutech.xload that implement XloadDirectoryItem
 class XloadDirectory
           Class that represents a directory/folder on the file system.
 class XloadFile
           Class that represents all types of file deployments and can represent any file on the file system (including a network).
 

Methods in com.gubutech.xload that return XloadDirectoryItem
 XloadDirectoryItem XloadDirectory.getNext()
          Returns the next directory item in sequence depending upon the settings provided by the XloadDirectory.sortBy(int, boolean), XloadDirectory.sortBy(int), XloadDirectory.setOmmitFiles(boolean) and XloadDirectory.setOmmitDirectories(boolean) methods.