|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.generate.ExecuteFilePath
public class ExecuteFilePath
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 |
|---|
public ExecuteFilePath(hudson.FilePath targetDir,
java.lang.String filename,
Execute ex)
targetDir - the directory used for resolving filenames.filename - the file to parse.ex - the parser object.| Method Detail |
|---|
public void execute()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOException - if there is a problem.
java.lang.InterruptedException - if interrupted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||