hudson.plugins.violations.generate
Interface Execute

All Known Implementing Classes:
OutputBuildModel, OutputFileModel

public interface Execute

Interface for classes to output. This is used by ExecuteFilePath.


Method Summary
 void execute(java.io.PrintWriter p)
          Execute the class with a particular print writer.
 

Method Detail

execute

void execute(java.io.PrintWriter p)
             throws java.io.IOException
Execute the class with a particular print writer.

Parameters:
p - the printwriter.
Throws:
java.io.IOException - if there is a problem writing.


Copyright © 2004-2012. All Rights Reserved.