Class ImportConfig.PassValue

    • 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 the Properties are used, since this is most likely not a persistent store.
        Overrides:
        store in class ImportConfig.Value<java.lang.String>