Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.flexstor.common.io.xfile

Interface Summary
FlexXFileI  
XFileAccessorI This interface should be implemented by any subclass that wishes to access a file, remote or locally.
XFileCopyI This interface defines all the methods to be implemented by a copy utility for a specific file protocol.
XFileDeleteI This interface defines all the methods to be implemented by a delete utility for a specific file protocol.
XFileMoveI This interface defines all the methods to be implemented by a move utility for a specific file protocol.
XFilenameFilterI  
 

Class Summary
FlexXFile This subclass of XFile overwrites some methods which otherwise will fail if: - The protocol used is a NFS URL and the path specified is mounted from another server OR - The path contains some escape codes and special characters that must be preserved.
FlexXRandomAccessFile This subclass of XRandomAccessFile overwrites the constructors which otherwise will fail if: - The protocol used is a NFS URL and the path specified is mounted from another server OR - The path contains some escape codes and special characters that must be preserved.
XFileAccessorFactory XFileAccessor verifies that a file can be reached.
XFileCopy XFileCopy provides three methods for copying files.
XFileDelete XFileDelete has the capability to delete files and directories both local and remote.
XFileMove XFileMove contain two methods for moving files in a local or remote file system.
XFilenameFilter