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 voidstore()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.ValueStores the current value back to some medium. In each case, the type-matching source is used except when thePropertiesare used, since this is most likely not a persistent store.- Overrides:
storein classImportConfig.Value<java.lang.String>
-
-