类 FileConfigFactory<SOURCE extends FileConfigSource<?,?,SOURCE>,HOLDER extends ConfigurationHolder<SOURCE>,SELF extends FileConfigFactory<SOURCE,HOLDER,SELF>>

java.lang.Object
cc.carm.lib.configuration.source.ConfigurationFactory<SOURCE,HOLDER,SELF>
cc.carm.lib.configuration.source.file.FileConfigFactory<SOURCE,HOLDER,SELF>

public abstract class FileConfigFactory<SOURCE extends FileConfigSource<?,?,SOURCE>,HOLDER extends ConfigurationHolder<SOURCE>,SELF extends FileConfigFactory<SOURCE,HOLDER,SELF>> extends ConfigurationFactory<SOURCE,HOLDER,SELF>
  • 字段详细资料

    • file

      @NotNull protected @NotNull File file
    • resourcePath

      @Nullable protected @Nullable String resourcePath
  • 构造器详细资料

    • FileConfigFactory

      public FileConfigFactory(@NotNull @NotNull File file)
  • 方法详细资料

    • file

      public SELF file(@NotNull @NotNull File file)
    • file

      public SELF file(@NotNull @NotNull Path path)
    • file

      public SELF file(@NotNull @NotNull File parent, @NotNull @NotNull String fileName)
    • resourcePath

      public SELF resourcePath(@Nullable @Nullable String resourcePath)