hudson.plugins.dependencyanalyzer.parser
Class BuildLogFileParser

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

public class BuildLogFileParser
extends Object

Cut the log file in sections for each maven goals.

Author:
Vincent Sellier, Etienne Jouvin

Constructor Summary
BuildLogFileParser()
           
 
Method Summary
 String getDependencyAnalyseBlock()
           
 void parseLogFile(File logFile)
          Parse log file to find dependency analyze informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildLogFileParser

public BuildLogFileParser()
Method Detail

getDependencyAnalyseBlock

public String getDependencyAnalyseBlock()
Returns:
Content extracted from the log file for the goal dependency analyze.

parseLogFile

public void parseLogFile(File logFile)
                  throws IOException
Parse log file to find dependency analyze informations.

Parameters:
logFile - Log file to parge.
Throws:
IOException - File reading error.


Copyright © 2004-2014. All Rights Reserved.