Class OwaspDependencyCheckDescriptor

java.lang.Object
edu.hm.hafner.analysis.registry.ParserDescriptor
edu.hm.hafner.analysis.registry.OwaspDependencyCheckDescriptor

public class OwaspDependencyCheckDescriptor extends ParserDescriptor
Descriptor for OWASP dependency check report parser.
  • Method Details

    • createParser

      public IssueParser createParser(ParserDescriptor.Option... options)
      Description copied from class: ParserDescriptor
      Creates a new IssueParser instance.
      Specified by:
      createParser in class ParserDescriptor
      Parameters:
      options - options to configure the parser - may customize the new parser instance (if supported by the selected tool)
      Returns:
      the parser
    • getPattern

      public String getPattern()
      Description copied from class: ParserDescriptor
      Returns the default filename pattern for this tool. Override if your parser typically works on a specific file. This pattern will be interpreted as an ANT pattern or glob, resp.
      Overrides:
      getPattern in class ParserDescriptor
      Returns:
      the default pattern
    • getUrl

      public String getUrl()
      Description copied from class: ParserDescriptor
      Returns an optional URL to the homepage of the static analysis tool.
      Overrides:
      getUrl in class ParserDescriptor
      Returns:
      the help
    • getIconUrl

      public String getIconUrl()
      Description copied from class: ParserDescriptor
      Returns an optional URL to the icon or logo of the static analysis tool.
      Overrides:
      getIconUrl in class ParserDescriptor
      Returns:
      the help