See: Description
| Interface | Description |
|---|---|
| CommentedFileConfig |
A commented configuration that is tied to a particular file.
|
| ConfigLoadFilter |
A filter that is applied when a
FileConfig is loaded and reloaded. |
| FileConfig |
A configuration that is tied to a particular file.
|
| FileNotFoundAction |
Defines the action to perform when the file is not found.
|
| Class | Description |
|---|---|
| CommentedFileConfigBuilder |
Builder for
CommentedFileConfig. |
| FileConfigBuilder |
Builder for
FileConfig. |
| FileWatcher |
A FileWatcher can watch several files asynchronously.
|
| FormatDetector |
Utility class for detecting the format of configurations files.
|
| GenericBuilder<Base extends Config,Result extends FileConfig> |
A generic FileConfig/CommentedFileConfig/someOtherFileConfig builder.
|
| Exception | Description |
|---|---|
| FileWatcher.WatchingException | |
| NoFormatFoundException |
See FileConfig and FileConfigBuilder.