|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jsdt.facade.DynamicSolutionConfiguration
com.ibm.jsdt.facade.SolutionConfiguration
public class SolutionConfiguration
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 |
---|
public SolutionConfiguration() throws DeployerNotRunningException
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 |
---|
public void skipWelcomePanel(boolean skip)
skip
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |