org.entityfs.jar.cap.fs
Class FSCTJarFileBacked

java.lang.Object
  extended by org.entityfs.jar.cap.fs.FSCTJarFileBacked
All Implemented Interfaces:
FileSystemCapabilityType<FSCJarFileBacked>

public final class FSCTJarFileBacked
extends Object
implements FileSystemCapabilityType<FSCJarFileBacked>

The singleton instance of this class (TYPE) identifies the FSCJarFileBacked file system capability.

Since:
1.0
Author:
Karl Gustafsson
See Also:
FSCJarFileBacked
In_jar:
entityfs-jar

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object