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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final StringFields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ConfigurationcopyOf()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:
-
INSERT_BUFFER_SIZE
- See Also:
-
WARN_UNKNOWN_TYPES
- See Also:
-
INSERT_BUFFER_SIZE_DEFAULT
public static final int INSERT_BUFFER_SIZE_DEFAULT- See Also:
-
IDENTITY_METHOD_EQUALS
- See Also:
-
IDENTITY_METHOD_IDENTITY
- See Also:
-
-
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>
-