public abstract class AbstractConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractConfig.InputStreamSupplier |
| Modifier and Type | Field and Description |
|---|---|
protected static AbstractConfig.InputStreamSupplier |
CLASS_PATH_RESOURCE |
protected static AbstractConfig.InputStreamSupplier |
FILE_IS |
protected static org.slf4j.Logger |
LOGGER |
protected Properties |
properties |
| Constructor and Description |
|---|
AbstractConfig(boolean withLoading,
String fileName)
TODO: Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties() |
protected static boolean |
load(AbstractConfig.InputStreamSupplier from,
Properties to) |
protected static final org.slf4j.Logger LOGGER
protected static final AbstractConfig.InputStreamSupplier CLASS_PATH_RESOURCE
protected static final AbstractConfig.InputStreamSupplier FILE_IS
protected Properties properties
public AbstractConfig(boolean withLoading,
String fileName)
protected static boolean load(AbstractConfig.InputStreamSupplier from, Properties to)
public Properties getProperties()
Copyright © 2025. All rights reserved.