KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > sourceforge > cruisecontrol > Manipulator


1 package net.sourceforge.cruisecontrol;
2
3 public interface Manipulator {
4
5     public void execute(String JavaDoc logDir);
6     
7     public void validate() throws CruiseControlException;
8     
9 }
10
Popular Tags