站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

Uses of Class org.netbeans.api.debugger.jpda.LaunchingDICookie (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.0

org.netbeans.api.debugger.jpda/2 2.4.22

Uses of Class
org.netbeans.api.debugger.jpda.LaunchingDICookie

Packages that use LaunchingDICookie
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
 

Uses of LaunchingDICookie in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return LaunchingDICookie
static LaunchingDICookie LaunchingDICookie.create(String mainClassName, String[] args, String classPath, boolean suspend)
          Creates a new instance of LaunchingDICookie for given parameters.
static LaunchingDICookie LaunchingDICookie.create(String mainClassName, String commandLine, String address, boolean suspend)
          Creates a new instance of LaunchingDICookie for given parameters.
 


org.netbeans.api.debugger.jpda/2 2.4.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.