Package org.refcodes.properties.ext.runtime

  • Interface Summary
    Interface Description
    RuntimeProperties
    RuntimeProperties are composed of various Properties flavors such as ArgsParserProperties, SystemProperties, EnvironmentProperties and ResourceProperties with a precedence in this order, encapsulated by a ProfilePropertiesProjection in order for you, the developer, to conveniently harness the power of the Properties functionality.
  • Class Summary
    Class Description
    RuntimePropertiesImpl
    The RuntimePropertiesImpl composite represent command line properties, system properties as well as environment variables (in that order) and resource properties.
    RuntimePropertiesSugar
    Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the construction of RuntimeProperties (and the like).