org.apache.commons.vfs.provider
Class FileSystemKey
java.lang.Object
org.apache.commons.vfs.provider.FileSystemKey
- All Implemented Interfaces:
- java.lang.Comparable
class FileSystemKey
- extends java.lang.Object
- implements java.lang.Comparable
Used to identify a filesystem
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
- Author:
- Mario Ivankovits
Method Summary |
int |
compareTo(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_OPTIONS
private static final FileSystemOptions EMPTY_OPTIONS
key
final java.lang.Comparable key
fileSystemOptions
final FileSystemOptions fileSystemOptions
FileSystemKey
FileSystemKey(java.lang.Comparable key,
FileSystemOptions fileSystemOptions)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable