hudson.plugins.violations.generate
Class ExecuteFilePath

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

public class ExecuteFilePath
extends java.lang.Object

A controller class to execute a xml parser object.


Constructor Summary
ExecuteFilePath(hudson.FilePath targetDir, java.lang.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,
                       java.lang.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 java.io.IOException,
                    java.lang.InterruptedException
Parse the file.

Throws:
java.io.IOException - if there is a problem.
java.lang.InterruptedException - if interrupted.


Copyright © 2009. All Rights Reserved.