パッケージ one.cafebabe.bc4j
クラス CsvConfiguration
java.lang.Object
one.cafebabe.bc4j.CsvConfiguration
-
メソッドの概要
修飾子とタイプメソッド説明static CsvConfigurationgetInstance(@NotNull URL url) Creates a CSV configuration from URLstatic CsvConfigurationgetInstance(@NotNull Path path) Creates a CSV configuration from file pathreload()reload configuration file
-
メソッドの詳細
-
getInstance
Creates a CSV configuration from file path- パラメータ:
path- configuration location- 戻り値:
- configuration instance
- 導入されたバージョン:
- 1.18
-
getInstance
Creates a CSV configuration from URL- パラメータ:
url- configuration location- 戻り値:
- configuration instance
- 導入されたバージョン:
- 1.18
-
reload
reload configuration file- 戻り値:
- warning messages
- 導入されたバージョン:
- 1.18
-