Uses of Class
org.ow2.clif.console.lib.ClifDeployDefinition

Packages that use ClifDeployDefinition
org.ow2.clif.console.lib Definition of an assembly of CLIF components to provide an implementation of a central console for deploying test plans, and controling and monitoring test runs. 
org.ow2.clif.console.lib.egui.editor   
org.ow2.clif.console.lib.egui.monitor   
org.ow2.clif.console.lib.gui Swing-based GUI for deploying, controling and monitoring tests from a central "console". 
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components. 
 

Uses of ClifDeployDefinition in org.ow2.clif.console.lib
 

Methods in org.ow2.clif.console.lib that return types with arguments of type ClifDeployDefinition
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanReader.readFromProp()
           
static java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanReader.readFromProp(java.io.InputStream in)
           
 

Uses of ClifDeployDefinition in org.ow2.clif.console.lib.egui.editor
 

Fields in org.ow2.clif.console.lib.egui.editor with type parameters of type ClifDeployDefinition
protected  java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanTestPage.deployedTestPlan
           
 

Methods in org.ow2.clif.console.lib.egui.editor that return types with arguments of type ClifDeployDefinition
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanVisualDisplay.addBlade()
          Add an injector or a probe in the opened tab (with the right blade class).
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanVisualDisplay.getTestPlan()
          Get test plan
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanObservable.getTestPlan()
          Get the observable test plan
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanVisualDisplay.modifyBlade(java.lang.String bladeId, java.lang.String newBladeId, java.lang.String serverName, java.lang.String bClass, java.lang.String argument, java.lang.String comment, boolean isProbe)
          Modify the specified blade with these new properties.
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanVisualDisplay.removeAllBlades()
          Remove all blades in the test plan.
 java.util.Map<java.lang.String,ClifDeployDefinition> TestPlanVisualDisplay.removeSelectedBlade()
          Remove the selected blade in the opened tab.
 

Methods in org.ow2.clif.console.lib.egui.editor with parameters of type ClifDeployDefinition
 void TestPlanObservable.put(java.lang.String newId, ClifDeployDefinition definition)
          Associates the specified value with the specified key in this testplan and notify observers
 

Method parameters in org.ow2.clif.console.lib.egui.editor with type arguments of type ClifDeployDefinition
 void TestPlanVisualDisplay.setTestPlan(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)
          Set test plan
 void TestPlanObservable.setTestPlan(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)
          Set observable test plan
 

Constructor parameters in org.ow2.clif.console.lib.egui.editor with type arguments of type ClifDeployDefinition
TestPlanMasterEditPage(org.eclipse.ui.forms.editor.FormPage page, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, java.io.File clifPropsFile)
          Create a Master/Detail pattern manager for test plan edition.
TestPlanObservable(java.util.Map<java.lang.String,ClifDeployDefinition> testPlan)
          Construtor with a testplan
TestPlanVisualDisplay(org.eclipse.swt.widgets.Composite parent, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, org.eclipse.ui.forms.IManagedForm managedForm, org.eclipse.ui.IEditorInput editorInput, int style, org.eclipse.jface.viewers.ISelectionChangedListener selectionChangedListener, org.eclipse.swt.events.MouseListener checkListener, boolean withCheck, boolean withState)
          Create a tab folder that display in tab each blade sort by class.
 

Uses of ClifDeployDefinition in org.ow2.clif.console.lib.egui.monitor
 

Constructor parameters in org.ow2.clif.console.lib.egui.monitor with type arguments of type ClifDeployDefinition
Graph(org.eclipse.swt.widgets.Composite parent, int style, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, java.util.Map<java.lang.String,java.lang.Integer> serverColors)
          Constructor
TableGraphComposite.BladeLabelProvider(org.eclipse.swt.widgets.Display d, java.util.Map<java.lang.String,ClifDeployDefinition> testPlan, java.util.Map<java.lang.String,java.lang.Integer> serverColors)
           
TableGraphComposite(org.eclipse.swt.widgets.Composite parent, int style, ClifAppFacade clifApp, java.util.Map<java.lang.String,ClifDeployDefinition> selectedTestPlan, java.util.Map<java.lang.String,java.lang.Integer> serverColors)
           
 

Uses of ClifDeployDefinition in org.ow2.clif.console.lib.gui
 

Methods in org.ow2.clif.console.lib.gui with parameters of type ClifDeployDefinition
protected  void GuiPanelBladeState.insertBlade(java.lang.String id, ClifDeployDefinition def, int row)
          Inserts a blade at the specified row index of the table.
 

Uses of ClifDeployDefinition in org.ow2.clif.storage.lib.filestorage
 

Fields in org.ow2.clif.storage.lib.filestorage declared as ClifDeployDefinition
protected  ClifDeployDefinition BladeDescriptorImpl.def
           
 

Constructors in org.ow2.clif.storage.lib.filestorage with parameters of type ClifDeployDefinition
BladeDescriptorImpl(java.io.File bladeDir, java.lang.String bladeId, ClifDeployDefinition definition)