hudson.plugins.dependencyanalyzer.parser
Class DependencyAnalysisParser

java.lang.Object
  extended by hudson.plugins.dependencyanalyzer.parser.DependencyAnalysisParser

public class DependencyAnalysisParser
extends java.lang.Object

Parse the content of dependency:* sections and organize the detected problems.

Author:
Vincent Sellier

Nested Class Summary
static class DependencyAnalysisParser.DependencyProblemTypesDetection
           
 
Constructor Summary
DependencyAnalysisParser()
           
 
Method Summary
static java.util.Map<DependencyProblemType,java.util.List<java.lang.String>> parseDependencyAnalyzeSection(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyAnalysisParser

public DependencyAnalysisParser()
Method Detail

parseDependencyAnalyzeSection

public static java.util.Map<DependencyProblemType,java.util.List<java.lang.String>> parseDependencyAnalyzeSection(java.lang.String content)
                                                                                                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.