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

Deprecated List (Execution API) - NetBeans API Javadoc (Current Development Version)

org.openide.execution 1.10

Deprecated API


Contents
Deprecated Classes
org.openide.execution.ScriptType
          Was used only in obsolete modules. 
 

Deprecated Methods
org.openide.execution.NbClassPath.createBootClassPath()
          Use the Java Platform API instead. 
org.openide.execution.NbClassPath.createClassPath()
          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. 
org.openide.execution.NbClassPath.createLibraryPath()
          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. 
org.openide.execution.ExecutionEngine.createLibraryPath()
          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. 
org.openide.execution.NbClassPath.createRepositoryPath()
          Please use the ClassPath API instead. 
org.openide.execution.NbClassPath.createRepositoryPath(FileSystemCapability)
          Please use the ClassPath API instead. 
org.openide.execution.ScriptType.find(Class)
          Please use Lookup instead. 
org.openide.execution.ScriptType.getDefault()
          Probably meaningless, find all available types and filter with ScriptType.acceptFileObject(org.openide.filesystems.FileObject) instead. 
org.openide.execution.ScriptType.scriptTypes()
          Please use Lookup instead. 
org.openide.execution.NbClassPath.toFile(FileObject)
          You should use FileUtil.toFile(org.openide.filesystems.FileObject) instead. 
 

Deprecated Constructors
org.openide.execution.NbClassLoader()
          Misuses classpath. 
org.openide.execution.NbClassLoader(FileSystem[])
          Misuses classpath. 
org.openide.execution.NbClassLoader(FileSystem[], ClassLoader)
          Misuses classpath. 
org.openide.execution.NbClassLoader(InputOutput)
          Misuses classpath. 
 


org.openide.execution 1.10

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