hudson.plugins.dependencyanalyzer.parser
Class BuildLogFileParser
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildLogFileParser
public BuildLogFileParser()
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.