|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
Delegates support for some language to some existing
DebuggerEngine.
| Constructor Summary | |
DelegatingDebuggerEngineProvider()
|
|
| Method Summary | |
abstract DebuggerEngine |
getEngine()
Returns a DebuggerEngine to delegate
on. |
abstract String[] |
getLanguages()
Returns set of language names supported by DebuggerEngine provided by this
DelegatingDebuggerEngineProvider. |
abstract void |
setDestructor(DebuggerEngine.Destructor desctuctor)
Sets destructor for new DebuggerEngine
returned by this instance of DebuggerEngineProvider. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DelegatingDebuggerEngineProvider()
| Method Detail |
public abstract String[] getLanguages()
DebuggerEngine provided by this
DelegatingDebuggerEngineProvider.
public abstract DebuggerEngine getEngine()
DebuggerEngine to delegate
on.
public abstract void setDestructor(DebuggerEngine.Destructor desctuctor)
DebuggerEngine
returned by this instance of DebuggerEngineProvider.
desctuctor - a desctuctor to be used for DebuggerEngine returned
by this instance
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||