org.entityfs.cap.metadata.fs
Class FSCMetadata
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSCMetadata
public FSCMetadata(MetadataCopyStrategy cs)
getCopyStrategy
public MetadataCopyStrategy getCopyStrategy()
- Get the copy strategy for copying entities to file systems that are not
metadata enabled.
- Returns:
- The copy strategy.