Uses of Class
adams.core.io.MetaDataFileUtils.MetaDataLocation
-
Packages that use MetaDataFileUtils.MetaDataLocation Package Description adams.core.io adams.flow.transformer -
-
Uses of MetaDataFileUtils.MetaDataLocation in adams.core.io
Methods in adams.core.io that return MetaDataFileUtils.MetaDataLocation Modifier and Type Method Description static MetaDataFileUtils.MetaDataLocation
MetaDataFileUtils.MetaDataLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetaDataFileUtils.MetaDataLocation[]
MetaDataFileUtils.MetaDataLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.io with parameters of type MetaDataFileUtils.MetaDataLocation Modifier and Type Method Description static File[]
MetaDataFileUtils. find(LoggingObject source, PlaceholderFile dataFile, MetaDataFileUtils.MetaDataLocation location, String defaultExt, String[] exts)
Returns the list of meta-data files that were identified using the provided data file name. -
Uses of MetaDataFileUtils.MetaDataLocation in adams.flow.transformer
Fields in adams.flow.transformer declared as MetaDataFileUtils.MetaDataLocation Modifier and Type Field Description protected MetaDataFileUtils.MetaDataLocation
ImageFileReader. m_MetaDataLocation
how to locate the meta-data.Methods in adams.flow.transformer that return MetaDataFileUtils.MetaDataLocation Modifier and Type Method Description MetaDataFileUtils.MetaDataLocation
ImageFileReader. getMetaDataLocation()
Returns where to find the meta-data.Methods in adams.flow.transformer with parameters of type MetaDataFileUtils.MetaDataLocation Modifier and Type Method Description void
ImageFileReader. setMetaDataLocation(MetaDataFileUtils.MetaDataLocation value)
Sets where to find the meta-data.
-