クラス CsvConfiguration

java.lang.Object
one.cafebabe.businesscalendar4j.CsvConfiguration

public final class CsvConfiguration extends Object
CSV based configuration
  • メソッドの詳細

    • getInstance

      public static CsvConfiguration getInstance(@NotNull @NotNull Path path)
      Creates a CSV configuration from file path
      パラメータ:
      path - configuration location
      戻り値:
      configuration instance
      導入されたバージョン:
      1.18
    • getInstance

      public static CsvConfiguration getInstance(@NotNull @NotNull URL url)
      Creates a CSV configuration from URL
      パラメータ:
      url - configuration location
      戻り値:
      configuration instance
      導入されたバージョン:
      1.18
    • reload

      public List<String> reload()
      reload configuration file
      戻り値:
      warning messages
      導入されたバージョン:
      1.18