hudson.plugins.violations.generate
Class OutputFileModel
java.lang.Object
hudson.plugins.violations.generate.OutputFileModel
- All Implemented Interfaces:
- Execute
public class OutputFileModel
- extends Object
- implements Execute
Class to output a file model.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputFileModel
public OutputFileModel(FullFileModel fileModel,
ViolationsConfig config)
- Create a class to output a file model.
- Parameters:
fileModel - the model to output.config - the configuration - used to suppress outputting
violations.
execute
public void execute(PrintWriter w)
throws IOException
- Output the file model.
- Specified by:
execute in interface Execute
- Parameters:
w - the output writer.
- Throws:
IOException - if there is a problem.
Copyright © 2004-2012 Hudson. All Rights Reserved.