Class BootParameterSyntaxChecker

    • Constructor Detail

      • BootParameterSyntaxChecker

        private BootParameterSyntaxChecker​(String oid)
        Creates a new instance of BootParameterSyntaxChecker.
        Parameters:
        oid - The OID to use for this SyntaxChecker
    • Method Detail

      • parseKeyString

        private int parseKeyString​(String strValue,
                                   int pos,
                                   char limit)
      • parseKeyString

        private int parseKeyString​(String strValue,
                                   int pos)
      • isValidSyntax

        public boolean isValidSyntax​(Object value)
        Determines if the attribute's value conforms to the attribute syntax.
        Overrides:
        isValidSyntax in class SyntaxChecker
        Parameters:
        value - the value of some attribute with the syntax
        Returns:
        true if the value is in the valid syntax, false otherwise