- getBoolean(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a boolean property.
- getBoolean(String, boolean) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a boolean property.
- getClass(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a class property.
- getClass(String, Class<?>) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a class property.
- getCollection(String, Function<String, T>) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a collection of properties based on a prefix.
- getDouble(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a double property.
- getDouble(String, double) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a double property.
- getDuration(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a duration property.
- getDuration(String, Duration) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a duration property.
- getEnum(String, Class<T>) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads an enum property.
- getEnum(String, Class<T>, T) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads an enum property.
- getFile(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a file property.
- getFile(String, File) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a file property.
- getFloat(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a float property.
- getFloat(String, float) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a float property.
- getInteger(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads an integer property.
- getInteger(String, int) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads an integer property.
- getLong(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a long property.
- getLong(String, long) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a long property.
- getMap(String, Function<String, K>, Function<String, V>) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Returns a map of properties for a given prefix.
- getProperty(String) - Method in class io.atomix.catalyst.util.QualifiedProperties
-
- getProperty(String, String) - Method in class io.atomix.catalyst.util.QualifiedProperties
-
- getShort(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a short property.
- getShort(String, short) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a short property.
- getString(String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a string property, returning a default value if the property is not present.
- getString(String, String) - Method in class io.atomix.catalyst.util.PropertiesReader
-
Reads a string property, returning a default value if the property is not present.