Class APISpecificationFilter


  • public class APISpecificationFilter
    extends Object
    • Constructor Detail

      • APISpecificationFilter

        public APISpecificationFilter()
    • Method Detail

      • addInclude

        public void addInclude​(String[] pathAndVerbs,
                               String[] tags)
        This method is for tests only
        Parameters:
        pathAndVerbs - an array of paths and verbs to include
        tags - an array of tags to include
      • addExclude

        public void addExclude​(String[] pathAndVerbs,
                               String[] tags)
        This method is for tests only
        Parameters:
        pathAndVerbs - an array of paths and verbs to exclude
        tags - an array of tags to exclude
      • addInclude

        public void addInclude​(String[] pathAndVerbs,
                               String[] tags,
                               String[] models)
        This method is for tests only
        Parameters:
        pathAndVerbs - an array of paths and verbs to include
        tags - an array of tags to include
        models - an array of models to include
      • addExclude

        public void addExclude​(String[] pathAndVerbs,
                               String[] tags,
                               String[] models)
        This method is for tests only
        Parameters:
        pathAndVerbs - an array of paths and verbs to exclude
        tags - an array of tags to exclude
        models - an array of models to exclude