Package edu.hm.hafner.analysis.registry
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.hm.hafner.analysis.registry.ParserDescriptor
ParserDescriptor.Option
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IssueParsercreateParser(ParserDescriptor.Option... options)Creates a newIssueParserinstance.StringgetPattern()Returns the default filename pattern for this tool.-
Methods inherited from class edu.hm.hafner.analysis.registry.ParserDescriptor
getDescription, getHelp, getIconUrl, getId, getName, getUrl, hasHelp, hasUrl
-
-
-
-
Method Detail
-
createParser
public IssueParser createParser(ParserDescriptor.Option... options)
Description copied from class:ParserDescriptorCreates a newIssueParserinstance.- Specified by:
createParserin classParserDescriptor- 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:ParserDescriptorReturns 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:
getPatternin classParserDescriptor- Returns:
- the default pattern
-
-