aQute.bnd.build
Class ScriptAction

java.lang.Object
  extended by aQute.bnd.build.ScriptAction
All Implemented Interfaces:
Action

public class ScriptAction
extends Object
implements Action


Constructor Summary
ScriptAction(String type, String script)
           
 
Method Summary
 void execute(Project project, String action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptAction

public ScriptAction(String type,
                    String script)
Method Detail

execute

public void execute(Project project,
                    String action)
             throws Exception
Specified by:
execute in interface Action
Throws:
Exception


Copyright © 2012 aQute SARL. All Rights Reserved.