Uses of Interface
org.objectweb.dsrg.sofa.cushion.ActionInterface

Packages that use ActionInterface
org.objectweb.dsrg.sofa.cushion Provides action classes - chiefly wrappers for SOFA 2 Tools API actons. 
org.objectweb.dsrg.sofa.cushion.actionreg Provides access to action classes using Java XML Binding (JAXB). 
org.objectweb.dsrg.sofa.cushion.jpfcheck   
 

Uses of ActionInterface in org.objectweb.dsrg.sofa.cushion
 

Classes in org.objectweb.dsrg.sofa.cushion that implement ActionInterface
 class CommitAction
          Commit action.
 class CompileAction
          Compile action.
 class DeleteAction
          Deletes entity from repository.
 class DeployAction
          Commits deployment plan and generates connectors,.
 class ExecuteScriptAction
          Execute a script action.
 class ExportAction
          Export action.
 class HelpAction
          Prints help for all actions.
 class CheckerAction
          Behavior checker action.
 class CheckoutAction
          Checkout action.
 class ImportAction
          Import action.
 class NewAction
          Creates new entity.
 class OsgiAction
          Command 'osgi' A helper command for developing OSGi-enabled components and interacting with the Framework.
 class PrepareAssemblyAction
          Generates (skeleton of) new assembly descriptor.
 class PrepareDeplPlanAction
          Creates new deployment plan.
 class PrintAction
          Print action.
 class RemoveAction
          Removes entity from config.
 class RepositoryDumpAction
          Repository dump action.
 class StatusAction
          Status action.
 class TagAction
          Creates tag on an entity.
 class UpdateAction
          Update action.
 class UploadBundlesAction
          Upload code bundles action.
 

Methods in org.objectweb.dsrg.sofa.cushion with parameters of type ActionInterface
static void Cushion.printActionResultMessage(ActionInterface action, int actionResult, java.io.PrintStream output)
          Prints out a message that informs user about action result.
 

Uses of ActionInterface in org.objectweb.dsrg.sofa.cushion.actionreg
 

Fields in org.objectweb.dsrg.sofa.cushion.actionreg declared as ActionInterface
protected  ActionInterface Action.inst
           
 

Methods in org.objectweb.dsrg.sofa.cushion.actionreg that return ActionInterface
 ActionInterface Action.getInst()
           
 

Uses of ActionInterface in org.objectweb.dsrg.sofa.cushion.jpfcheck
 

Classes in org.objectweb.dsrg.sofa.cushion.jpfcheck that implement ActionInterface
 class JPFCheckAction
          Frontend to the Environment Generator and Java PathFinder.