hudson.plugins.violations.generate
Class ExecuteFilePath
java.lang.Object
hudson.plugins.violations.generate.ExecuteFilePath
public class ExecuteFilePath
- extends Object
A controller class to execute a xml parser object.
|
Method Summary |
void |
execute()
Parse the file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteFilePath
public ExecuteFilePath(hudson.FilePath targetDir,
String filename,
Execute ex)
- Create the object.
- Parameters:
targetDir - the directory used for resolving filenames.filename - the file to parse.ex - the parser object.
execute
public void execute()
throws IOException,
InterruptedException
- Parse the file.
- Throws:
IOException - if there is a problem.
InterruptedException - if interrupted.
Copyright © 2004-2012 Hudson. All Rights Reserved.