Applied a thin coat of polish
This commit is contained in:
@@ -20,11 +20,11 @@ public interface ConfigFactory {
|
|||||||
* @param updateBlacklist Substring of keys to not add/remove keys for.
|
* @param updateBlacklist Substring of keys to not add/remove keys for.
|
||||||
*/
|
*/
|
||||||
Config createUpdatableYamlConfig(@NotNull String configName,
|
Config createUpdatableYamlConfig(@NotNull String configName,
|
||||||
@NotNull EcoPlugin plugin,
|
@NotNull EcoPlugin plugin,
|
||||||
@NotNull String subDirectoryPath,
|
@NotNull String subDirectoryPath,
|
||||||
@NotNull Class<?> source,
|
@NotNull Class<?> source,
|
||||||
boolean removeUnused,
|
boolean removeUnused,
|
||||||
@NotNull String... updateBlacklist);
|
@NotNull String... updateBlacklist);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* JSON loadable config.
|
* JSON loadable config.
|
||||||
@@ -35,9 +35,9 @@ public interface ConfigFactory {
|
|||||||
* @param source The class that owns the resource.
|
* @param source The class that owns the resource.
|
||||||
*/
|
*/
|
||||||
JSONConfig createLoadableJSONConfig(@NotNull String configName,
|
JSONConfig createLoadableJSONConfig(@NotNull String configName,
|
||||||
@NotNull EcoPlugin plugin,
|
@NotNull EcoPlugin plugin,
|
||||||
@NotNull String subDirectoryPath,
|
@NotNull String subDirectoryPath,
|
||||||
@NotNull Class<?> source);
|
@NotNull Class<?> source);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Yaml loadable config.
|
* Yaml loadable config.
|
||||||
@@ -48,9 +48,9 @@ public interface ConfigFactory {
|
|||||||
* @param source The class that owns the resource.
|
* @param source The class that owns the resource.
|
||||||
*/
|
*/
|
||||||
Config createLoadableYamlConfig(@NotNull String configName,
|
Config createLoadableYamlConfig(@NotNull String configName,
|
||||||
@NotNull EcoPlugin plugin,
|
@NotNull EcoPlugin plugin,
|
||||||
@NotNull String subDirectoryPath,
|
@NotNull String subDirectoryPath,
|
||||||
@NotNull Class<?> source);
|
@NotNull Class<?> source);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Yaml config.
|
* Yaml config.
|
||||||
|
|||||||
Reference in New Issue
Block a user