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

Deprecated List (NetBeans Execution API) - NetBeans API Javadoc 5.0.0

 

Deprecated API

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. 
 


 

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