net.sf.tacos.demo.tree.fs
Class FileKeyProvider

java.lang.Object
  extended by net.sf.tacos.demo.tree.fs.FileKeyProvider
All Implemented Interfaces:
IKeyProvider

public class FileKeyProvider
extends Object
implements IKeyProvider

Author:
phraktle

Field Summary
static FileKeyProvider INSTANCE
           
 
Constructor Summary
FileKeyProvider()
           
 
Method Summary
 Serializable getKey(Object value)
          Gets the key for a particular value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FileKeyProvider INSTANCE
Constructor Detail

FileKeyProvider

public FileKeyProvider()
Method Detail

getKey

public Serializable getKey(Object value)
Gets the key for a particular value

Specified by:
getKey in interface IKeyProvider
Returns: