Class ParsedDocSpec


  • public class ParsedDocSpec
    extends Object
    Wrapper around DocSpec.
    Author:
    nhant01, GeorgeLuo
    • Constructor Detail

      • ParsedDocSpec

        public ParsedDocSpec​(@Nonnull
                             dev.amp.validator.ValidatorProtos.DocSpec spec)
        Parameters:
        spec -
    • Method Detail

      • spec

        public dev.amp.validator.ValidatorProtos.DocSpec spec()
        getter for doc spec
        Returns:
        this spec
      • disabledBy

        public List<String> disabledBy()
        get the disabledBy from this spec
        Returns:
        this disabled by list
      • enabledBy

        public List<String> enabledBy()
        get the enabledBy from this spec
        Returns:
        this enabled by list