|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.debug.core.JSDebugOptionsManager
public final class JSDebugOptionsManager
| Field Summary | |
|---|---|
static java.lang.String |
DEBUGGER_ACTIVE
DEBUGGER_ACTIVE |
| Method Summary | |
|---|---|
static JSDebugOptionsManager |
getDefault()
Return the default options manager |
void |
handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
|
static java.lang.String[] |
parseList(java.lang.String listString)
Parses the comma separated string into an array of strings |
static java.lang.String |
serializeList(java.lang.String[] list)
Serializes the array of strings into one comma separated string. |
void |
shutdown()
shutdown |
void |
startup()
startup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEBUGGER_ACTIVE
| Method Detail |
|---|
public static JSDebugOptionsManager getDefault()
public void startup()
public void shutdown()
public static java.lang.String[] parseList(java.lang.String listString)
listString -
public static java.lang.String serializeList(java.lang.String[] list)
list - array of strings
public void handleDebugEvents(org.eclipse.debug.core.DebugEvent[] events)
handleDebugEvents in interface org.eclipse.debug.core.IDebugEventSetListenerIDebugEventSetListener.handleDebugEvents(org.eclipse.debug.core.DebugEvent[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||