Package io.deephaven.configuration
Class Configuration.NullableConfiguration
java.lang.Object
io.deephaven.configuration.PropertyFile
io.deephaven.configuration.Configuration
io.deephaven.configuration.Configuration.NullableConfiguration
- Enclosing class:
- Configuration
ONLY the service factory is allowed to get null properties and ONLY for the purposes of using default profiles
when one doesn't exist. This has been relocated here after many people are using defaults/nulls in the code when
it's not allowed.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.configuration.Configuration
Configuration.NullableConfiguration
-
Field Summary
Fields inherited from class io.deephaven.configuration.Configuration
QUIET_PROPERTY
Fields inherited from class io.deephaven.configuration.PropertyFile
properties
-
Method Summary
Methods inherited from class io.deephaven.configuration.Configuration
expandLinuxPath, getContextKeyValues, getInstance, getServerTimezone, lookupPath, main, newConfigurationForTesting, reloadProperties
Methods inherited from class io.deephaven.configuration.PropertyFile
getBitSet, getBoolean, getBoolean, getBooleanForClass, getBooleanForClassWithDefault, getBooleanWithDefault, getChar, getClassParams, getClassParams, getClassParams, getClassParams, getDouble, getDouble, getDoubleForClass, getDoubleForClassWithDefault, getDoubleWithDefault, getIntArrayForClass, getInteger, getInteger, getIntegerArray, getIntegerForClass, getIntegerForClassWithDefault, getIntegerWithDefault, getIntHashSetForClass, getIntHashSetFromProperty, getLong, getLong, getLongArray, getLongForClass, getLongForClassWithDefault, getLongWithDefault, getNameStringMapFromProperty, getNameStringSetFromProperty, getNonNegativeIntSetWithRangeSupport, getPositiveInteger, getPossibleIntegerWithDefault, getPossibleStringWithDefault, getProperties, getProperties, getProperty, getShort, getShort, getShortForClass, getShortWithDefault, getString, getStringArrayFromProperty, getStringArrayFromPropertyWithDefault, getStringForClass, getStringForClassWithDefault, getStringIntHashMap, getStringSetFromProperty, getStringSetFromPropertyForClass, getStringSetFromPropertyWithDefault, getStringWithDefault, hasProperty, setProperty
-
Method Details
-
getPropertyNullable
-