Class FileConfigSourceBuilder

    • Method Detail

      • builder

        public static FileConfigSourceBuilder builder()
        Static function to create the builder.
        Returns:
        the builder
      • getPath

        public java.nio.file.Path getPath()
        Get the path for the config source.
        Returns:
        the path for the config source
      • setPath

        public FileConfigSourceBuilder setPath​(java.nio.file.Path path)
        Set the path for the config source.
        Parameters:
        path - the path for the config source
        Returns:
        the builder
      • getFile

        public java.io.File getFile()
        Get the file for the config source.
        Returns:
        the file for the config source.
      • setFile

        public FileConfigSourceBuilder setFile​(java.io.File file)
        Set the file for the config source.
        Parameters:
        file - Set the file for the config source.
        Returns:
        the builder