Package ome.formats.importer
Class ImportConfig.PassValue
- java.lang.Object
-
- ome.formats.importer.ImportConfig.Value<java.lang.String>
-
- ome.formats.importer.ImportConfig.StrValue
-
- ome.formats.importer.ImportConfig.PassValue
-
- Enclosing class:
- ImportConfig
public static class ImportConfig.PassValue extends ImportConfig.StrValue
-
-
Constructor Summary
Constructors Constructor Description PassValue(java.lang.String key, ImportConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
store()
Stores the current value back to some medium.-
Methods inherited from class ome.formats.importer.ImportConfig.StrValue
empty, fromString
-
Methods inherited from class ome.formats.importer.ImportConfig.Value
get, load, set, toString
-
-
-
-
Constructor Detail
-
PassValue
public PassValue(java.lang.String key, ImportConfig config)
-
-
Method Detail
-
store
public void store()
Description copied from class:ImportConfig.Value
Stores the current value back to some medium. In each case, the type-matching source is used except when theProperties
are used, since this is most likely not a persistent store.- Overrides:
store
in classImportConfig.Value<java.lang.String>
-
-