blob: 5167827ea745cf637e44c25fd384203d597a291e [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.bnd.service.action;
2
3import aQute.bnd.build.*;
4
5public interface Action {
6 void execute( Project project, String action) throws Exception;
7}