hudson.plugins.violations.generate
Class ExecuteFilePath

java.lang.Object
  extended by hudson.plugins.violations.generate.ExecuteFilePath

public class ExecuteFilePath
extends Object

A controller class to execute a xml parser object.


Constructor Summary
ExecuteFilePath(hudson.FilePath targetDir, String filename, Execute ex)
          Create the 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
 

Constructor Detail

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.
Method Detail

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.