| Home >> All >> com >> flexstor >> common >> io >> xfile >> [ webnfs Javadoc ] |
| | com.flexstor.common.io.xfile.webnfs.filters.* (3) |
com.flexstor.common.io.xfile.webnfs: Javadoc index of package com.flexstor.common.io.xfile.webnfs.
Package Samples:
com.flexstor.common.io.xfile.webnfs.filters
Classes:
WebNfsFile: 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. Inside these overwriten methods we first determine if the path is a NFS URL; if it is, use the super class method; if that fails and the file is local to the JVM server we create a new XFile instance (not FlexXFile) with a local path as argument where all special characters have been replaced. David C. 03/01/00
WebNfsBufferedOutputStream: This subclass of XFileOutputStream 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. Inside the constructors we first determine if the path is local to the JVM server; if so, then we replace special characters in the path with its respective escape code. David C. 03/02/00
WebNfsBufferedInputStream: This subclass of XFileInputStream 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. Inside the constructors we first determine if the path is local to the JVM server; if so, then we replace special characters in the path with its respective escape code. David C. 03/02/00
WebNfsBufferedReader: This subclass of XFileReader 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. Inside the constructors we first determine if the path is local to the JVM server; if so, then we replace special characters in the path with its respective escape code. David C. 03/02/00
WebNfsBufferedWriter: This subclass of XFileWriter 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. Inside the constructors we first determine if the path is local to the JVM server; if so, then we replace special characters in the path with its respective escape code. David C. 03/02/00
WebNfsMove: WebNfsMove uses WebNFS to copy files from one filesystem to another; then it deletes the original file. This Class assumes that all paths will be preceded by nfs:// if on another filesystem. It will make no attempt at determining if the path is local or on another server.
WebNfsCopy: WebNfsCopy uses WebNFS to copy files from one filesystem to another This Class assumes that all paths will be preceded by nfs:// if on another filesystem. It will make no attempt at determining if the path is local or on another server.
WebNfsDelete: WebNfsDelete uses WebNFS to delete files from the filesystem This Class assumes that all paths will be preceded by nfs:// if on another filesystem. It will make no attempt at determining if the path is local or on another server.
WebNfsExtFilter: WebNFSXExtFilter A FileNameFilter used to filter out files based on the given extension. (e.g. files ending with .cfg would be filtered by new ExtFilter("cfg") )
WebNfsDirFilter: DIRFilter Filters out all files, and accepts only directories used when Browsing for images locations.
WebNfsFileFilter: WebNfsFileFilter Accepts only files Used for getting a list of only files from a directory
WebNfsFilenameFilter
| Home | Contact Us | Privacy Policy | Terms of Service |