com.ibm.jsdt.facade
Class SolutionConfiguration

java.lang.Object
  extended by com.ibm.jsdt.facade.DynamicSolutionConfiguration
      extended by com.ibm.jsdt.facade.SolutionConfiguration

public class SolutionConfiguration
extends com.ibm.jsdt.facade.DynamicSolutionConfiguration

Provides an api to skip welcome panel


Constructor Summary
SolutionConfiguration()
          Instantiates a SolutionConfiguration option that is used to skip welcome panel.
 
Method Summary
 void skipWelcomePanel(boolean skip)
          Sets a boolean indicating whether or not the Deployment Wizard should skip welcome panel.
 
Methods inherited from class com.ibm.jsdt.facade.DynamicSolutionConfiguration
getApplicationIDList, getDeployables, getMainManager, getSharedVariableIDList, getSharedVariables, getSuite, getTaskGroupIDList, getTaskGroups, getTaskIDList, getTaskIDList, getTopLevelDeployables, getVariableIDList, isDeploymentWizardRunning, setDeployables, setMainManager, setSuite, setTopLevelDeployables, validateSolution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolutionConfiguration

public SolutionConfiguration()
                      throws DeployerNotRunningException
Instantiates a SolutionConfiguration option that is used to skip welcome panel.

Throws:
DeployerNotRunningException - if this object is instantiated and the Deployment Wizard is not running interactively or via a task file deployment. An example of improper usage would be attempting to instantiating this class within a user program(i.e PreDeployment Checker, Main , Entry or Exit)
Method Detail

skipWelcomePanel

public void skipWelcomePanel(boolean skip)
Sets a boolean indicating whether or not the Deployment Wizard should skip welcome panel. NOTE: This attribute is only valid during the current deployment wizard session.

Parameters:
skip -