- get(Object) - Method in class com.brambolt.Specification
-
This override is ugly but necessary; if #get in inadvertently
invoked instead of #getProperty then all is well as long as
the parameter name specifies a property that is present.
- getApplicationsKey() - Method in class com.brambolt.wrench.InstanceProperties
-
Returns the application listing key.
- getBoolean(String) - Method in class com.brambolt.Specification
-
Accessor for a boolean property; returns true if the property value is
"true", returns false in all other cases unless the property is not
present in which case null is returned.
- getBoolean(String, Boolean) - Method in class com.brambolt.Specification
-
Accessor for a boolean property; returns true if the property value is
"true", returns false in all other cases except when the property is not
present when the provided default value is returned.
- getEnvironmentsKey() - Method in class com.brambolt.wrench.InstanceProperties
-
Returns the environment listing key.
- getFor(String, String, File) - Static method in class com.brambolt.wrench.ApplicationProperties
-
Primary factory method.
- getFor(String, File) - Static method in class com.brambolt.wrench.InstanceProperties
-
Primary factory.
- getFor(String, String, String, File) - Static method in class com.brambolt.wrench.InstanceProperties
-
Factory.
- getFor(String, Properties, File) - Static method in class com.brambolt.wrench.InstanceProperties
-
Factory.
- getFor(String, Properties, String, File) - Static method in class com.brambolt.wrench.InstanceProperties
-
Factory.
- getFor(String, File) - Static method in class com.brambolt.wrench.MasterProperties
-
Primary factory.
- getFor(String, String, File) - Static method in class com.brambolt.wrench.MasterProperties
-
Factory.
- getFor(String) - Static method in class com.brambolt.wrench.SystemProperties
-
- getHostsKey() - Method in class com.brambolt.wrench.InstanceProperties
-
Returns the host listing key.
- getId() - Method in class com.brambolt.wrench.InstanceProperties
-
The instance identifier, such as some.example.system.
- getId() - Method in class com.brambolt.wrench.MasterProperties
-
- getInstanceIdentifiers() - Method in class com.brambolt.wrench.MasterProperties
-
- getInstanceIdentifiersListingPropertyName() - Method in class com.brambolt.wrench.MasterProperties
-
- getInstancePropertiesResourcePath(String) - Static method in class com.brambolt.wrench.InstanceProperties
-
Looks up the resource path for the instance properties.
- getInteger(String) - Method in class com.brambolt.Specification
-
Accessor for an integer property; returns the parsed integer if the
property value can be parsed, returns null if the property is not
defined and throws RuntimeException (with a wrapped
NumberFormatException) if the property is available but
can't be parsed to an integer.
- getInteger(String, Integer) - Method in class com.brambolt.Specification
-
Accessor for an integer property; returns the parsed integer if the
property value can be parsed, returns a default if the property is not
defined and throws RuntimeException (with a wrapped
NumberFormatException) if the property is available but
can't be parsed to an integer.
- getKeys() - Method in class com.brambolt.Specification
-
- getRelativeMap(String) - Method in class com.brambolt.wrench.ApplicationProperties
-
Looks up a property value given a property name suffix.
- getRelativeProperty(String) - Method in class com.brambolt.wrench.ApplicationProperties
-
Looks up a property value given a property name suffix.
- getRelativeString(String) - Method in class com.brambolt.wrench.ApplicationProperties
-
Looks up a string property value given a property name suffix.
- getResourcePath() - Method in class com.brambolt.wrench.InstanceProperties
-
Returns the resource path to the instance.properties file.
- getResourcePath() - Method in class com.brambolt.wrench.SystemProperties
-
Getter.
- getRunbooksKey() - Method in class com.brambolt.wrench.InstanceProperties
-
Returns the runbook listing key.
- getString(String) - Method in class com.brambolt.Specification
-
Accessor for a string property; returns the string value if the
property value is defined, or returns null if the property is not
defined.
- getString(String, String) - Method in class com.brambolt.Specification
-
Accessor for a string property; returns the string value if the
property value exists, or returns a default if the property is not
defined.
- getSystem() - Method in class com.brambolt.wrench.InstanceProperties
-
Accessor for the system properties.
- getSystemPropertiesResourcePath(String) - Static method in class com.brambolt.wrench.InstanceProperties
-
Looks up the resource path for the system properties.
- getSystemResourcePath(String) - Static method in class com.brambolt.wrench.InstanceProperties
-
Converts the id to the system resource path.
- getSystemResourcePath() - Method in class com.brambolt.wrench.InstanceProperties
-
The system resource path, derived from the system identifier.
- getTargets() - Method in class com.brambolt.wrench.InstanceProperties
-
Accessor for the targets.
- getUnitKey(String) - Method in class com.brambolt.wrench.InstanceProperties
-
Returns the key that lists the units with the parameter unit type.