org.entityfs.fs.cap.fs
Class FSCTUriResolvable

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

public final class FSCTUriResolvable
extends Object
implements FileSystemCapabilityType<FSCUriResolvable>

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

Since:
1.0
Author:
Karl Gustafsson

Field Summary
static FSCTUriResolvable 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 FSCTUriResolvable TYPE
The singleton instance.

Method Detail

toString

public String toString()
Overrides:
toString in class Object