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

G

getAnyFile(String, String) - Method in class com.gubutech.xload.XloadManager
Gets access to a file that is designated by a given directory and filename.
getAttemptedTargetUploads() - Method in class com.gubutech.xload.XloadManager
Returns an immutable List containing all the file uploads (represented as XloadFileUpload objects) that were attempted irrespective of the outcome (success or failure).
getBytes() - Method in class com.gubutech.xload.XloadFile
Retrieves a byte array containing the files bytes.
getConvertedSize(String, String, String, String) - Method in class com.gubutech.xload.XloadFile
Retrieves the size of this file as a converted String value.
getDirectory(String) - Method in class com.gubutech.xload.XloadDirectory
Returns a directory represented as an XloadDirectory object if one exists in the directory represented by this object.
getDirectory() - Method in class com.gubutech.xload.XloadFile
Retrieves an XloadDirectory object that represents this objects parent directory.
getDirectory(String) - Method in class com.gubutech.xload.XloadManager
Returns an XloadDirectory representing a directory on the file system given a path dir.
getDirectoryPath() - Method in class com.gubutech.xload.XloadDirectory
Returns the absolute directory path of this objects directory on the file system.
getDiskFiles() - Method in interface com.gubutech.xload.XloadFileUpload
Returns an immutable List containing all disk based file deployments as XloadFile instances.
getFailedFileUploads() - Method in class com.gubutech.xload.XloadManager
Returns an immutable List containing all the file uploads (represented as XloadFileUpload objects) that were attempted but failed.
getFailureCode() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the failure code associated with this file upload.
getFile(String) - Method in class com.gubutech.xload.XloadDirectory
Returns a file represented as an XloadFile object if one exists in the directory represented by this object.
getFile() - Method in class com.gubutech.xload.XloadFileException
Returns the XloadFile that was being copied or moved, that caused a file naming clash inside the new directory.
getFile(int) - Method in interface com.gubutech.xload.XloadFileUpload
Returns the appropriate file related to the sequence number given from the FIFO (First In First Out) list described in the introduction of this class.
getFile(String) - Method in interface com.gubutech.xload.XloadFileUpload
Gets access to the first file deployment for this file upload that exists in the given directory from the FIFO (First In First Out) list described in the introduction for this class.
getFile(XloadDirectory) - Method in interface com.gubutech.xload.XloadFileUpload
Gets access to the first file deployment for this file upload that exists in the given directory from the FIFO (First In First Out) list described in the introduction for this class.
getFile(String, String) - Method in class com.gubutech.xload.XloadManager
Gets access to the first file deployment from the list, in the designated directory dir for a file upload designated on the client side by paramName.
getFile(String) - Method in class com.gubutech.xload.XloadManager
Gets access to the first file deployment from the list, for a file upload designated on the client side by paramName.
getFile(String, XloadDirectory) - Method in class com.gubutech.xload.XloadManager
Gets access to the first file deployment from the list, in designated directory dir for a file upload designated on the client side by paramName.
getFileInputStream() - Method in class com.gubutech.xload.XloadFile
Retrieves an input stream that is connected to this objects file on disk.
getFileParameterNames() - Method in class com.gubutech.xload.XloadManager
Returns an immutable List of all the parameter names which are of type 'file'.
getFileUpload() - Method in class com.gubutech.xload.XloadFile
Retrieves this objects appropriate XloadFileUpload instance.
getFileUpload(String) - Method in class com.gubutech.xload.XloadManager
Gets an object that corresponds to a single file upload attempt.
getFilesUploaded() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the number of files uploaded at any one time.
getMIMEType() - Method in class com.gubutech.xload.XloadFile
Retrieves the MIME type of this object if this object is a file deployment.
getMIMEType() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the MIME type of this file upload.
getManager() - Method in class com.gubutech.xload.XloadFile
Retrieves this objects associated XloadManager object (i.e.the XloadManager object that this object was created from).
getMaxSize() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the maximum allowable size associated with this upload.
getMegabyteSize(boolean) - Method in class com.gubutech.xload.XloadDirectory
Determines the total size of files inside this objects represented directory.
getMemoryFile() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the memory file deployment associated with this file upload.
getMemoryFile(String) - Method in class com.gubutech.xload.XloadManager
Returns an XloadFile that represents a file deployment to memory for the file upload designated on the client side by paramName.
getName() - Method in class com.gubutech.xload.XloadDirectory
Returns the name of this directory on the file system.
getNext() - Method in class com.gubutech.xload.XloadDirectory
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.
getNext() - Method in interface com.gubutech.xload.XloadFileUpload
This method works in conjunction with the hasMore family of methods of this class.
getOverallSpeed() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the overall speed during the whole of the upload in kilobytes per second.
getOverallTimeTaken() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the overall time taken to upload in seconds.
getParameter(String) - Method in class com.gubutech.xload.XloadManager
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameterMap() - Method in class com.gubutech.xload.XloadManager
Returns a Map of the parameters of this request.
getParameterNames() - Method in class com.gubutech.xload.XloadManager
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterValues(String) - Method in class com.gubutech.xload.XloadManager
Returns an array of String objects containing all of the values for the given request parameter paramName, or null if the parameter does not exist.
getPercent() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the total bytes read as a percentage of the total bytes to read.
getProgressData() - Method in class com.gubutech.xload.XloadManager
Gets progress data for a particular upload.
getProgressData(String) - Method in class com.gubutech.xload.progress.XloadProgress
Retrieves actual progress data.
getRedundantTargetUploads() - Method in class com.gubutech.xload.XloadManager
Returns an immutable List containing all the potential file uploads (represented as XloadFileUpload objects) that were NOT attempted.
getRemoteName() - Method in class com.gubutech.xload.XloadFile
Retrieves the original file name (remoteName) as it was on the client (usually a browser) before the file was uploaded (see the introduction for this class, specifically the DEFINITIONS section for further information).
getRemoteName() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the original name of this file upload that was given to it by the client on a remote machine (usually a browser).
getRenamed() - Method in interface com.gubutech.xload.XloadFileUpload
Returns a List of file deployments that have been renamed either by an installed renaming strategy on the initial upload or later by the programmer.
getRenamed() - Method in class com.gubutech.xload.XloadManager
Gets a list of file deployments that have been written to disk and were renamed via the installed rename startegy due to naming clashes.
getRequestParameter() - Method in class com.gubutech.xload.XloadFile
Retrieves the HttpServletRequest parameter name for the file upload associated with this XloadFile object.
getRequestParameter() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the request parameter inside the request that this file upload is associated with.
getSecondsLeft() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the number of seconds left for this upload based on the speed at the time of this method call.
getSingularity() - Static method in class com.gubutech.xload.progress.XloadProgress
Obtains singularity XloadProgress object.
getSize() - Method in class com.gubutech.xload.XloadDirectory
Gets the number of files and/or directories in this directory depending whether or not the programmer has specified to ommit files and/or directories in that calculation using XloadDirectory.setOmmitFiles(boolean) or XloadDirectory.setOmmitDirectories(boolean).
getSize() - Method in class com.gubutech.xload.XloadFile
Retrieves the size of this file.
getSize() - Method in interface com.gubutech.xload.XloadFileUpload
Returns the actual size of this file upload.
getSpeed() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the speed of upload in kilobytes per second at any one time.
getSuccessfulFileUploads() - Method in class com.gubutech.xload.XloadManager
Returns an immutable List containing all the file uploads (represented as XloadFileUpload objects) that were successful.
getTargetName() - Method in class com.gubutech.xload.XloadFile
Retrieves the targetName for this file (see the introduction for this class, specifically the DEFINITIONS section for further information).
getTotalRead() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the total bytes read at any one time (in kilobytes).
getUploadSize(String) - Method in class com.gubutech.xload.progress.XloadProgress
Retrieves the upload size in kilobytes.
getUploadSize() - Method in class com.gubutech.xload.progress.XloadProgressData
Retrieves the total size of the upload in kilobytes.
getWrittenName() - Method in class com.gubutech.xload.XloadFile
Retrieves the actual name on disk for the file represented by this object if and only if it represents a file written to disk (see the introduction for this class, specifically the DEFINITIONS section for further information).

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