blob: c74903dcc4f5c1208587781a0541b1a1ac345ca3 [file] [log] [blame]
package aQute.bnd.service.action;
import aQute.bnd.build.*;
public interface Action {
void execute(Project project, String action) throws Exception;
}