|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.debugger.DebuggerInfo
Contains information needed to start new debugging. Process of starting of
debugger can create one or more Session
and one or more
DebuggerEngine
and register them to DebuggerManager
. For
more information about debugger start process see:
DebuggerManager.startDebugging(org.netbeans.api.debugger.DebuggerInfo)
.
Method Summary | |
static DebuggerInfo |
create(String typeID,
Object[] services)
Creates a new instance of DebuggerInfo. |
List |
lookup(String folder,
Class service)
Returns list of services of given type from given folder. |
Object |
lookupFirst(String folder,
Class service)
Returns one service of given type from given folder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DebuggerInfo create(String typeID, Object[] services)
typeID
- identification of DebuggerInfo type. Is used for
registration of external services.services
- you can register additional services for this
DebuggerInfo here
public List lookup(String folder, Class service)
service
- a type of service to look for
public Object lookupFirst(String folder, Class service)
service
- a type of service to look for
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |