hudson.plugins.dependencyanalyzer.parser
Class BuildLogFileParser

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

public class BuildLogFileParser
extends java.lang.Object

Cut the log file in sections for each maven goals.

Author:
Vincent Sellier

Field Summary
static java.util.logging.Logger LOGGER
           
 
Constructor Summary
BuildLogFileParser()
           
 
Method Summary
 java.lang.String getDependencyAnalyseBlock()
           
 void parseLogFile(java.io.File logFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final java.util.logging.Logger LOGGER
Constructor Detail

BuildLogFileParser

public BuildLogFileParser()
Method Detail

parseLogFile

public void parseLogFile(java.io.File logFile)
                  throws java.io.IOException
Throws:
java.io.IOException

getDependencyAnalyseBlock

public java.lang.String getDependencyAnalyseBlock()


Copyright © 2008. All Rights Reserved.