Class PropertyProviderDefault

  • All Implemented Interfaces:
    PropertyProvider

    public class PropertyProviderDefault
    extends java.lang.Object
    implements PropertyProvider
    The class is a default implementation of the PropertyProvider interface which can be used to unify command line arguments and system properties. It also helps to configure and transform the property values at runtime. It checks the configured properties against the given command line arguments and provides the user with default values.
    Author:
    borschet
    See Also:
    Property, PropertyCfg, PropertyProvider