org.eclipse.core.tests.session
Class SetupManager

java.lang.Object
  extended by org.eclipse.core.tests.session.SetupManager

public class SetupManager
extends java.lang.Object


Nested Class Summary
 class SetupManager.SetupException
           
 
Method Summary
 Setup buildSetup(java.lang.String[] optionSets)
           
 Setup getDefaultSetup()
          Returns a brand new setup object configured according to the current default setup settings.
static SetupManager getInstance()
           
 Setup getSetup(java.lang.String id)
           
static boolean inDebugMode()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SetupManager getInstance()
                                throws SetupManager.SetupException
Throws:
SetupManager.SetupException

inDebugMode

public static boolean inDebugMode()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

buildSetup

public Setup buildSetup(java.lang.String[] optionSets)

getDefaultSetup

public Setup getDefaultSetup()
Returns a brand new setup object configured according to the current default setup settings.

Returns:
a new setup object

getSetup

public Setup getSetup(java.lang.String id)