Class ImportConfig.FileValue

    • Constructor Summary

      Constructors 
      Constructor Description
      FileValue​(java.lang.String key, ImportConfig config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.File fromString​(java.lang.String arg0)  
      java.io.File get()
      Returns the generic type contained by this holder.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileValue

        public FileValue​(java.lang.String key,
                         ImportConfig config)
    • Method Detail

      • fromString

        protected java.io.File fromString​(java.lang.String arg0)
        Specified by:
        fromString in class ImportConfig.Value<java.io.File>
      • get

        public java.io.File get()
        Description copied from class: ImportConfig.Value
        Returns the generic type contained by this holder. This does not touch the persistent stores, but only accesses the value in-memory.
        Overrides:
        get in class ImportConfig.Value<java.io.File>
        Returns:
        the held value