org.apache.commons.vfs
Class FileSystemOptions

java.lang.Object
  extended by org.apache.commons.vfs.FileSystemOptions
All Implemented Interfaces:
java.lang.Cloneable

public final class FileSystemOptions
extends java.lang.Object
implements java.lang.Cloneable

Container for FileSystemOptions.
You have to use *FileSystemConfigBuilder.getInstance() to fill this container
* = the filesystem provider short name

Version:
$Revision: 833480 $ $Date: 2009-11-06 18:37:05 +0100 (Fr, 06. Nov 2009) $
Author:
Mario Ivankovits
See Also:
SftpFileSystemConfigBuilder, FtpFileSystemConfigBuilder

Constructor Summary
FileSystemOptions()
           
 
Method Summary
 java.lang.Object clone()
          
 int compareTo(FileSystemOptions other)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemOptions

public FileSystemOptions()
Method Detail

compareTo

public int compareTo(FileSystemOptions other)

clone

public java.lang.Object clone()

Overrides:
clone in class java.lang.Object


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.