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(PrintWriter p)
          Execute the class with a particular print writer.
 

Method Detail

execute

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

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


Copyright © 2004-2012 Hudson. All Rights Reserved.