Class Profile.NumberParameter<N extends Number>

    • Method Detail

      • parseStringValue

        public N parseStringValue​(String strValue)
                           throws com.forgerock.opendj.cli.ArgumentException
        Description copied from class: Profile.Parameter
        Parses provided string value into this parameter type and returns the typed value.
        Specified by:
        parseStringValue in class Profile.Parameter<Profile.NumberParameter<N extends Number>,​N extends Number>
        Parameters:
        strValue - A string representing the parameter value to be parsed
        Returns:
        The typed value associated to provided string
        Throws:
        com.forgerock.opendj.cli.ArgumentException - If an error occurred while parsing provided string value