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
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringstatic intstatic Stringstatic StringFields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyOf()booleangetAsBoolean(String property)intgetAsInteger(String property, int defaultValue)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>
-