org.apache.commons.vfs
Class FileSystemOptions

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

public final class FileSystemOptions
extends Object
implements 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(ven, 06 nov 2009) $
Author:
Mario Ivankovits
See Also:
SftpFileSystemConfigBuilder, FtpFileSystemConfigBuilder

Constructor Summary
FileSystemOptions()
           
 
Method Summary
 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 Object clone()

Overrides:
clone in class Object


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