Package org.evrete
Class Configuration
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>,Copyable<Configuration>,FluentImports<Configuration>
public class Configuration extends Properties implements Copyable<Configuration>, FluentImports<Configuration>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTITY_METHOD_EQUALSstatic StringIDENTITY_METHOD_IDENTITYstatic StringINSERT_BUFFER_SIZEstatic intINSERT_BUFFER_SIZE_DEFAULTstatic StringOBJECT_COMPARE_METHODstatic StringWARN_UNKNOWN_TYPESFields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors Constructor Description Configuration()Configuration(Properties defaults) -
Method Summary
Modifier and Type Method Description ConfigurationaddImport(RuleScope scope, String imp)ConfigurationcopyOf()booleangetAsBoolean(String property)intgetAsInteger(String property, int defaultValue)ImportsgetImports()Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.evrete.api.FluentImports
addImport, getJavaImports
-
Field Details
-
OBJECT_COMPARE_METHOD
- See Also:
- Constant Field Values
-
INSERT_BUFFER_SIZE
- See Also:
- Constant Field Values
-
WARN_UNKNOWN_TYPES
- See Also:
- Constant Field Values
-
INSERT_BUFFER_SIZE_DEFAULT
public static final int INSERT_BUFFER_SIZE_DEFAULT- See Also:
- Constant Field Values
-
IDENTITY_METHOD_EQUALS
- See Also:
- Constant Field Values
-
IDENTITY_METHOD_IDENTITY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Configuration
-
Configuration
public Configuration()
-
-
Method Details
-
getAsBoolean
-
getAsInteger
-
getImports
- Specified by:
getImportsin interfaceFluentImports<Configuration>
-
addImport
- Specified by:
addImportin interfaceFluentImports<Configuration>
-
copyOf
- Specified by:
copyOfin interfaceCopyable<Configuration>
-