Class FileConfig

    • Constructor Detail

      • FileConfig

        public FileConfig()
      • FileConfig

        public FileConfig​(java.lang.String location)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withLocation

        public FileConfig withLocation​(java.lang.String location)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • getLocation

        public java.lang.String getLocation()
      • setLocation

        public void setLocation​(java.lang.String location)