Uses of Package
com.gubutech.xload

Packages that use com.gubutech.xload
com.gubutech.xload Provides classes and interfaces for uploading of files and management of files and directories on an application server. 
com.gubutech.xload.progress Provides classes that implement the progress monitor functionality within Xload when uploading files. 
 

Classes in com.gubutech.xload used by com.gubutech.xload
XloadDirectory
           Class that represents a directory/folder on the file system.
XloadDirectoryItem
          Interface that represents either an XloadFile or an XloadDirectory inside some directory.
XloadFile
           Class that represents all types of file deployments and can represent any file on the file system (including a network).
XloadFileRename
          This interface allows programmers to create their own implementation of a file renaming policy.
XloadFileUpload
          Provides a representation of a single file upload whether successful or not.
XloadManager
           Controller class for all types of file uploads
 

Classes in com.gubutech.xload used by com.gubutech.xload.progress
XloadManager
           Controller class for all types of file uploads