org.openide.execution 1.16.1

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.16.1

Built on September 10 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.