aQute.bnd.service.action
Interface Action

All Known Subinterfaces:
NamedAction
All Known Implementing Classes:
ReflectAction, ScriptAction

@ProviderType
public interface Action


Method Summary
 void execute(Project project, Object... args)
           
 void execute(Project project, String action)
           
 

Method Detail

execute

void execute(Project project,
             String action)
             throws Exception
Throws:
Exception

execute

void execute(Project project,
             Object... args)
             throws Exception
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.