|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.generate.OutputFileModel
public class OutputFileModel
Class to output a file model.
| Constructor Summary | |
|---|---|
OutputFileModel(FullFileModel fileModel,
ViolationsConfig config)
Create a class to output a file model. |
|
| Method Summary | |
|---|---|
void |
execute(java.io.PrintWriter w)
Output the file model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputFileModel(FullFileModel fileModel,
ViolationsConfig config)
fileModel - the model to output.config - the configuration - used to suppress outputing
violations.| Method Detail |
|---|
public void execute(java.io.PrintWriter w)
throws java.io.IOException
execute in interface Executew - the output writer.
java.io.IOException - if there is a problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||