org.drools.eclipse.debug.core
Class DroolsDebugModel

java.lang.Object
  extended by org.drools.eclipse.debug.core.DroolsDebugModel

public class DroolsDebugModel
extends Object


Method Summary
static org.eclipse.debug.core.model.IDebugTarget newDebugTarget(org.eclipse.debug.core.ILaunch launch, com.sun.jdi.VirtualMachine vm, String name, org.eclipse.debug.core.model.IProcess process, boolean allowTerminate, boolean allowDisconnect)
           
static org.eclipse.debug.core.model.IDebugTarget newDebugTarget(org.eclipse.debug.core.ILaunch launch, com.sun.jdi.VirtualMachine vm, String name, org.eclipse.debug.core.model.IProcess process, boolean allowTerminate, boolean allowDisconnect, boolean resume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newDebugTarget

public static org.eclipse.debug.core.model.IDebugTarget newDebugTarget(org.eclipse.debug.core.ILaunch launch,
                                                                       com.sun.jdi.VirtualMachine vm,
                                                                       String name,
                                                                       org.eclipse.debug.core.model.IProcess process,
                                                                       boolean allowTerminate,
                                                                       boolean allowDisconnect)

newDebugTarget

public static org.eclipse.debug.core.model.IDebugTarget newDebugTarget(org.eclipse.debug.core.ILaunch launch,
                                                                       com.sun.jdi.VirtualMachine vm,
                                                                       String name,
                                                                       org.eclipse.debug.core.model.IProcess process,
                                                                       boolean allowTerminate,
                                                                       boolean allowDisconnect,
                                                                       boolean resume)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.