Interface FsMetaExportInfo
- All Superinterfaces:
 ExportInfo
This interface represents the FirstSpirit only related 
meta information stored in directory
 .FirstSpirit. This type is always marked as updated. When using a VCS, the
 fs-meta files should be ignored (do not checkin).- Since:
 - 5.2.1403
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
ExportInfo.Type - 
Field Summary
Fields - 
Method Summary
Methods inherited from interface de.espirit.firstspirit.store.access.nexport.ExportInfo
getCreatedFileHandles, getDeletedFileHandles, getMovedFileHandles, getStatus, getType, getUpdatedFileHandles 
- 
Field Details
- 
FS_META_EXPORT_INFO_NAME
Delivered ingetName()- Since:
 - 5.2.1403
 - See Also:
 
 
 - 
 - 
Method Details
- 
getName
String getName()ReturnsFS_META_EXPORT_INFO_NAME- Specified by:
 getNamein interfaceExportInfo- Returns:
 - the name
 - Since:
 - 5.2.1403
 
 
 -