org.entityfs.fs.cap.fs
Class FSCTFileResolvable

java.lang.Object
  extended by org.entityfs.fs.cap.fs.FSCTFileResolvable
All Implemented Interfaces:
FileSystemCapabilityType<FSCFileResolvable>

public final class FSCTFileResolvable
extends Object
implements FileSystemCapabilityType<FSCFileResolvable>

The singleton instance of this class (TYPE) identifies the FSCTFileResolvable capability.

Since:
1.0
Author:
Karl Gustafsson

Field Summary
static FSCTFileResolvable TYPE
          The singleton instance.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final FSCTFileResolvable TYPE
The singleton instance.

Method Detail

toString

public String toString()
Overrides:
toString in class Object