hudson.plugins.dependencyanalyzer.parser
Class DependencyAnalysisParser
java.lang.Object
hudson.plugins.dependencyanalyzer.parser.DependencyAnalysisParser
public final class DependencyAnalysisParser
- extends Object
Parse the content of dependency:* sections and organize the detected problems.
- Author:
- Vincent Sellier, Etienne Jouvin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DependencyAnalysisParser getInstance()
- Returns:
- Default instance.
parseDependencyAnalyzeSection
public Map<DependencyProblemType,List<String>> parseDependencyAnalyzeSection(String content)
throws IOException
- Parse log content for the goal. Extract informations for used but not declared dependencies, and declared and not
used dependency.
- Parameters:
content - Goal content to parse.
- Returns:
- List of dependency according the problem type.
- Throws:
IOException - Content reading error.
Copyright © 2004-2014. All Rights Reserved.