Class SystemProperty.UrlSystemProperty

    • Constructor Detail

      • UrlSystemProperty

        public UrlSystemProperty​(boolean mandatory,
                                 String... properties)
    • Method Detail

      • getValue

        @NotNull
        public @NotNull String getValue​(@NotNull
                                        @NotNull String defaultValue)
        Description copied from class: AbstractSystemProperty
        Obtain the value of the property (returns the default value if the environment variable has not been defined.
        Overrides:
        getValue in class AbstractSystemProperty
        Parameters:
        defaultValue - The default value, if the environment variable has not been defined
        Returns:
        The value of the property