Interface ApplicationPropertiesAccessor
- All Known Subinterfaces:
ApplicationPropertiesAccessor.ApplicationPropertiesProperty
public interface ApplicationPropertiesAccessor
Provides an accessor for a
ApplicationProperties property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceApplicationPropertiesAccessor.ApplicationPropertiesBuilder<B extends ApplicationPropertiesAccessor.ApplicationPropertiesBuilder<B>>Provides a builder method for aApplicationPropertiesproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aApplicationPropertiesproperty.static interfaceProvides aApplicationPropertiesproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the runtime properties from theApplicationPropertiesproperty.
-
Method Details
-
getApplicationProperties
ApplicationProperties getApplicationProperties()Retrieves the runtime properties from theApplicationPropertiesproperty.- Returns:
- The runtime properties stored by the
ApplicationPropertiesproperty.
-