Uses of Interface
space.b00tload.utils.configuration.ConfigValues
Packages that use ConfigValues
Package
Description
-
Uses of ConfigValues in space.b00tload.utils.configuration
Methods in space.b00tload.utils.configuration with parameters of type ConfigValuesModifier and TypeMethodDescriptionConfiguration.get(ConfigValues v) Gets a value from the configstatic voidConfiguration.init(String[] args, String currentSoftwareVersion, String applicationBaseDir, ConfigValues[] configValues) Initializes the singelton instance. -
Uses of ConfigValues in space.b00tload.utils.configuration.exceptions
Methods in space.b00tload.utils.configuration.exceptions that return types with arguments of type ConfigValuesModifier and TypeMethodDescriptionConfigIncompleteException.getMissingValues()Returns all missing values.Constructor parameters in space.b00tload.utils.configuration.exceptions with type arguments of type ConfigValuesModifierConstructorDescriptionConfigIncompleteException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, List<ConfigValues> missingValues) Constructs a new runtime exception with the specified detail message, missing values, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.ConfigIncompleteException(String message, Throwable cause, List<ConfigValues> missingValues) Constructs a new runtime exception with the specified detail message, missing values and cause.ConfigIncompleteException(String message, List<ConfigValues> missingValues) Constructs a new runtime exception with the specified detail message and missing values.ConfigIncompleteException(Throwable cause, List<ConfigValues> missingValues) Constructs a new runtime exception with the specified cause, the missing values and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause).