A C D E F G H I M N R S T U X

X

XLOAD_INITIAL_PARAM - Static variable in class com.gubutech.xload.progress.XloadProgress
Initial flag parameter for Upload Timer.
XLOAD_NUMBER_FILES_PARAM - Static variable in class com.gubutech.xload.progress.XloadProgress
Files uploaded parameter for Upload Timer.
XLOAD_UPLOAD_PARAM - Static variable in class com.gubutech.xload.progress.XloadProgress
Identification parameter for Upload Timer.
XloadCounterFileRename - class com.gubutech.xload.XloadCounterFileRename.
Class that implements a rename policy that safely renames files to an arbitrary number that increments sequentially by 1.
XloadCounterFileRename(int) - Constructor for class com.gubutech.xload.XloadCounterFileRename
Creates an instance of XloadCounterFileRename with a given starting value for the arbitrary number.
XloadCounterFileRename() - Constructor for class com.gubutech.xload.XloadCounterFileRename
Creates an instance of XloadCounterFileRename using a default starting value of 10347 for the arbitrary number.
XloadDirectory - class com.gubutech.xload.XloadDirectory.
Class that represents a directory/folder on the file system.
XloadDirectoryItem - interface com.gubutech.xload.XloadDirectoryItem.
Interface that represents either an XloadFile or an XloadDirectory inside some directory.
XloadFile - class com.gubutech.xload.XloadFile.
Class that represents all types of file deployments and can represent any file on the file system (including a network).
XloadFileException - exception com.gubutech.xload.XloadFileException.
Signals that an XloadFile has been attempted to be moved or copied to a directory and a name collision occurred.
XloadFileException() - Constructor for class com.gubutech.xload.XloadFileException
Constructs an XloadFileException without detail message.
XloadFileException(String) - Constructor for class com.gubutech.xload.XloadFileException
Constructs an instance of XloadFileException with the specified detail message.
XloadFileRename - interface com.gubutech.xload.XloadFileRename.
This interface allows programmers to create their own implementation of a file renaming policy.
XloadFileUpload - interface com.gubutech.xload.XloadFileUpload.
Provides a representation of a single file upload whether successful or not.
XloadIncorrectSortByCodeException - exception com.gubutech.xload.XloadIncorrectSortByCodeException.
Signals that an incorrect sorting code has been given to certain methods in the XloadDirectory class.
XloadIncorrectSortByCodeException() - Constructor for class com.gubutech.xload.XloadIncorrectSortByCodeException
Creates a new instance of XloadIncorrectSortByCodeException without detail message.
XloadIncorrectSortByCodeException(String) - Constructor for class com.gubutech.xload.XloadIncorrectSortByCodeException
Constructs an instance of XloadIncorrectSortByCodeException with the specified detail message.
XloadIncrementalFileRename - class com.gubutech.xload.XloadIncrementalFileRename.
The default file renaming policy for Xload.
XloadIncrementalFileRename() - Constructor for class com.gubutech.xload.XloadIncrementalFileRename
 
XloadManager - class com.gubutech.xload.XloadManager.
Controller class for all types of file uploads
XloadManager(HttpServletRequest) - Constructor for class com.gubutech.xload.XloadManager
Creates a new instance of XloadManager from the specified request.
XloadManager(HttpServletRequest, boolean) - Constructor for class com.gubutech.xload.XloadManager
Creates a new instance of XloadManager from the specified request.
XloadManager(HttpServletRequest, XloadFileRename) - Constructor for class com.gubutech.xload.XloadManager
Creates a new instance of XloadManager from the specified request.
XloadManager(HttpServletRequest, XloadFileRename, boolean) - Constructor for class com.gubutech.xload.XloadManager
Creates a new instance of XloadManager from the specified request.
XloadManager() - Constructor for class com.gubutech.xload.XloadManager
Creates a new instance of XloadManager with limited functionality.
XloadNullArgumentException - exception com.gubutech.xload.XloadNullArgumentException.
Signals that a null argument has been passed to a method.
XloadNullArgumentException() - Constructor for class com.gubutech.xload.XloadNullArgumentException
Creates a new instance of XloadNullArgumentException without detail message.
XloadNullArgumentException(String) - Constructor for class com.gubutech.xload.XloadNullArgumentException
Constructs an instance of XloadNullArgumentException with the specified detail message.
XloadProgress - class com.gubutech.xload.progress.XloadProgress.
Class that handles progress monitor and is the connection between Xload and any upload.
XloadProgressData - class com.gubutech.xload.progress.XloadProgressData.
Class that encapsulates a particular upload and the data associated with it.
XloadProgressData(long) - Constructor for class com.gubutech.xload.progress.XloadProgressData
Creates an instance of XloadProgressData encapsulating the data required for an individual upload.
XloadRequestNullException - exception com.gubutech.xload.XloadRequestNullException.
Signals if a method is illegaly used because a HttpServletRequest object was required and is not available.
XloadRequestNullException() - Constructor for class com.gubutech.xload.XloadRequestNullException
Creates a new instance of XloadRequestNullException without detail message.
XloadRequestNullException(String) - Constructor for class com.gubutech.xload.XloadRequestNullException
Constructs an instance of XloadRequestNullException with the specified detail message.
XloadUploadException - exception com.gubutech.xload.XloadUploadException.
Signals that a method has been called illegally, because it was called before an upload has been attempted.
XloadUploadException() - Constructor for class com.gubutech.xload.XloadUploadException
Creates a new instance of XloadUploadException without detail message.
XloadUploadException(String) - Constructor for class com.gubutech.xload.XloadUploadException
Constructs an instance of XloadUploadException with the specified detail message.

A C D E F G H I M N R S T U X