org.apache.commons.vfs.provider
Class FileSystemKey

java.lang.Object
  extended by 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

Field Summary
private static FileSystemOptions EMPTY_OPTIONS
           
(package private)  FileSystemOptions fileSystemOptions
           
(package private)  java.lang.Comparable key
           
 
Constructor Summary
FileSystemKey(java.lang.Comparable key, FileSystemOptions fileSystemOptions)
           
 
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
 

Field Detail

EMPTY_OPTIONS

private static final FileSystemOptions EMPTY_OPTIONS

key

final java.lang.Comparable key

fileSystemOptions

final FileSystemOptions fileSystemOptions
Constructor Detail

FileSystemKey

FileSystemKey(java.lang.Comparable key,
              FileSystemOptions fileSystemOptions)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable