PTP
Release 5.0

org.eclipse.ptp.debug.core.event
Class PDebugBreakpointInfo

java.lang.Object
  extended by org.eclipse.ptp.debug.core.event.PDebugInfo
      extended by org.eclipse.ptp.debug.core.event.PDebugBreakpointInfo
All Implemented Interfaces:
IPDebugBreakpointInfo, IPDebugInfo

public class PDebugBreakpointInfo
extends PDebugInfo
implements IPDebugBreakpointInfo


Constructor Summary
PDebugBreakpointInfo(IPDebugInfo info, int bpid)
           
PDebugBreakpointInfo(IPDebugInfo info, int bpid, java.util.Map<java.lang.String,?> infoMap)
           
 
Method Summary
 int getBreakpointID()
           
 java.util.Map<java.lang.String,?> getInfo()
           
 
Methods inherited from class org.eclipse.ptp.debug.core.event.PDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ptp.debug.core.event.IPDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 

Constructor Detail

PDebugBreakpointInfo

public PDebugBreakpointInfo(IPDebugInfo info,
                            int bpid)

PDebugBreakpointInfo

public PDebugBreakpointInfo(IPDebugInfo info,
                            int bpid,
                            java.util.Map<java.lang.String,?> infoMap)
Method Detail

getBreakpointID

public int getBreakpointID()
Specified by:
getBreakpointID in interface IPDebugBreakpointInfo

getInfo

public java.util.Map<java.lang.String,?> getInfo()
Specified by:
getInfo in interface IPDebugBreakpointInfo

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.