public interface IExtendedMetadata extends IMetadata
It is intended that implementations of this interface will be through an adapter
serialVersionUID
Modifier and Type | Method and Description |
---|---|
Date |
getCreation()
This should be the timestamp of when the experiment or measurement took place which should
be recorded in the header of the file, if applicable
|
String |
getCreator() |
String |
getFileName() |
String |
getFileOwner() |
long |
getFileSize() |
String |
getFullPath() |
Date |
getLastModified() |
String |
getScanCommand() |
void |
initialize(File f)
Initialize with a file
|
addDataInfo, addNames, clone, getDataNames, getDataShapes, getDataSizes, getFilePath, getMetaNames, getMetaValue, getUserObjects, initialize, setFilePath, setMetadata
void initialize(File f)
f
- fileDate getCreation()
Date getLastModified()
String getCreator()
String getFileName()
String getFileOwner()
long getFileSize()
String getFullPath()
String getScanCommand()
Copyright © 2014–2019 Eclipse Foundation. All rights reserved.