public final class FileSystemOptions extends Object implements Cloneable
To configure a file system, you set properties on a FileSystemOptions
object. Most file systems provide a
FileSystemConfigBuilder
with specific options for that file system.
To use the options, pass them to FileSystemManager.resolveFile(String,FileSystemOptions)
. From there, the
options apply to all files that are resolved relative to that file.
Modifier | Constructor and Description |
---|---|
|
FileSystemOptions()
Creates a new instance.
|
protected |
FileSystemOptions(Map<org.apache.commons.vfs2.FileSystemOptions.FileSystemOptionKey,Object> options) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(FileSystemOptions other) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public int compareTo(FileSystemOptions other)
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.