org.entityfs.cap.metadata.fs
Class FSCMetadata

java.lang.Object
  extended by org.entityfs.cap.metadata.fs.FSCMetadata
All Implemented Interfaces:
FileSystemCapability

public class FSCMetadata
extends Object
implements FileSystemCapability

Marker file system capability for file systems that support metadata for entities, i.e. the ECMetadata and ECNamedMetadata entity capabilities.

If a file system supports FSCMetadata, it also supports FSCDirectoryMetadata.

Since:
1.0
Author:
Karl Gustafsson
See Also:
ECMetadata, ECNamedMetadata, FSCDirectoryMetadata
In_jar:
entityfs-metadata

Constructor Summary
FSCMetadata(MetadataCopyStrategy cs)
           
 
Method Summary
 MetadataCopyStrategy getCopyStrategy()
          Get the copy strategy for copying entities to file systems that are not metadata enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSCMetadata

public FSCMetadata(MetadataCopyStrategy cs)
Method Detail

getCopyStrategy

public MetadataCopyStrategy getCopyStrategy()
Get the copy strategy for copying entities to file systems that are not metadata enabled.

Returns:
The copy strategy.