Class FileConfigFactory<SOURCE extends FileConfigSource<?,​?,​SOURCE>,​HOLDER extends ConfigurationHolder<SOURCE>,​SELF extends FileConfigFactory<SOURCE,​HOLDER,​SELF>>

    • Field Detail

      • file

        @NotNull
        protected @NotNull java.io.File file
      • resourcePath

        @Nullable
        protected @Nullable java.lang.String resourcePath
    • Constructor Detail

      • FileConfigFactory

        public FileConfigFactory​(@NotNull
                                 @NotNull java.io.File file)
    • Method Detail

      • file

        public SELF file​(@NotNull
                         @NotNull java.io.File file)
      • file

        public SELF file​(@NotNull
                         @NotNull java.nio.file.Path path)
      • file

        public SELF file​(@NotNull
                         @NotNull java.io.File parent,
                         @NotNull
                         @NotNull java.lang.String fileName)
      • resourcePath

        public SELF resourcePath​(@Nullable
                                 @Nullable java.lang.String resourcePath)