Interface FileConfigOptions
public interface FileConfigOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigurationOption<Charset> The charset of the file.static final ConfigurationOption<Boolean> Whether to copy files from resource if exists.
-
Field Details
-
CHARSET
The charset of the file. -
COPY_DEFAULTS
Whether to copy files from resource if exists.
-