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

Uses of Class org.openide.execution.NbClassPath (NetBeans Execution API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.execution.NbClassPath

Uses of NbClassPath in org.openide.execution
 

Methods in org.openide.execution that return NbClassPath
static NbClassPath NbClassPath.createRepositoryPath()
          Deprecated. Please use the ClassPath API instead.
static NbClassPath NbClassPath.createRepositoryPath(FileSystemCapability cap)
          Deprecated. Please use the ClassPath API instead.
static NbClassPath NbClassPath.createLibraryPath()
          Deprecated. There are generally no excuses to be using this method as part of a normal module; its exact meaning is vague, and probably not what you want.
static NbClassPath NbClassPath.createClassPath()
          Deprecated. There are generally no excuses to be using this method as part of a normal module; its exact meaning is vague, and probably not what you want.
static NbClassPath NbClassPath.createBootClassPath()
          Deprecated. Use the Java Platform API instead.
protected abstract  NbClassPath ExecutionEngine.createLibraryPath()
          Deprecated. There are generally no excuses to be using this method as part of a normal module; its exact meaning is vague, and probably not what you want.
 


 

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