public class Configuration extends Properties implements Copyable<Configuration>, FluentImports<Configuration>
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTITY_METHOD_EQUALS |
static String |
IDENTITY_METHOD_IDENTITY |
static String |
INSERT_BUFFER_SIZE |
static int |
INSERT_BUFFER_SIZE_DEFAULT |
static String |
OBJECT_COMPARE_METHOD |
static String |
WARN_UNKNOWN_TYPES |
defaults| Constructor and Description |
|---|
Configuration() |
Configuration(Properties defaults) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
addImport(RuleScope scope,
String imp) |
Configuration |
copyOf() |
boolean |
getAsBoolean(String property) |
int |
getAsInteger(String property,
int defaultValue) |
Imports |
getImports() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitaddImport, getJavaImportspublic static final String OBJECT_COMPARE_METHOD
public static final String INSERT_BUFFER_SIZE
public static final String WARN_UNKNOWN_TYPES
public static final int INSERT_BUFFER_SIZE_DEFAULT
public static final String IDENTITY_METHOD_EQUALS
public static final String IDENTITY_METHOD_IDENTITY
public Configuration(Properties defaults)
public Configuration()
public boolean getAsBoolean(String property)
public int getAsInteger(String property, int defaultValue)
public Imports getImports()
getImports in interface FluentImports<Configuration>public final Configuration addImport(RuleScope scope, String imp)
addImport in interface FluentImports<Configuration>public Configuration copyOf()
copyOf in interface Copyable<Configuration>Copyright © 2021. All rights reserved.