Deprecated API


Contents
Deprecated Classes
pnuts.ext.PnutsImplAdapter
          replaced by ImplementationAdapter 
 

Deprecated Methods
pnuts.lang.Package.elements()
            
pnuts.lang.Runtime.execute(Context)
          replaced by run(Context) 
pnuts.lang.Package.find(String)
          replaced by find(String, Context) 
pnuts.lang.Pnuts.get(String)
          replaced by Context.getCurrentPackage().get(str.intern()) 
pnuts.lang.Pnuts.get(String, String)
          replaced by Package.getPackage(pkg, null).get(str) 
pnuts.lang.Context.getErrorStream()
          replaced by getErrorWriter 
pnuts.lang.PnutsFunction.getPackage()
            
pnuts.lang.Context.getPnutsImpl()
          replaced by getImplementation() 
pnuts.lang.Context.getTerminalStream()
          replaced by getTerminalWriter(Writer) 
pnuts.lang.Pnuts.isVerbose()
          replaced by Context.isVerbose() 
pnuts.lang.Pnuts.parse(InputStream)
          replaced by parse(Reader) 
pnuts.lang.Package.remove(String)
          replaced by remove(String, Context) 
pnuts.lang.Pnuts.set(String, Object)
          replaced by context.getCurrentPackage().set(str.intern(), val) 
pnuts.lang.Pnuts.set(String, Object, String)
          replaced by Package.getPackage(pkg, null).set(str, val) 
pnuts.lang.Context.setErrorStream(Object)
          replaced by setErrorWriter(Writer) 
pnuts.lang.Context.setErrorStream(Object, boolean)
          replaced by setErrorWriter(Writer, boolean) 
pnuts.lang.Runtime.setLine(Context, int, int)
            
pnuts.lang.Context.setOutputStream(Object)
          replaced by setTerminalWriter(Writer) 
pnuts.lang.Context.setOutputStream(Object, boolean)
          replaced by setTerminalWriter(Writer, boolean) 
pnuts.lang.Context.setPnutsImpl(PnutsImpl)
          replaced by setImplementation() 
pnuts.lang.Context.setTerminalStream(Object)
          replaced by setTerminalWriter(Writer) 
pnuts.lang.Context.setTerminalStream(Object, boolean)
          replaced by setTerminalWriter(Writer, boolean) 
pnuts.lang.Pnuts.setVerbose(boolean)
          replaced by Context.setVerbose() 
 

Deprecated Constructors
pnuts.security.JAASPnutsImpl(PnutsImpl)
          replaced by JAASPnutsImpl(Implementation) 
pnuts.security.JAASPnutsImpl(PnutsImpl, CodeSource)
          replaced byte JAASPnutsImpl(Implementation, CodeSource) 
pnuts.security.JAASPnutsImpl(PnutsImpl, CodeSource, Subject)
          replaced by JAASPnutsImpl(Implementation, CodeSource, Subject) 
pnuts.lang.PnutsException(Throwable)
          replaced by PnutsException(Throwable, Context) 
pnuts.lang.PnutsException(Throwable, Object, Context)
            
pnuts.security.SecurePnutsImpl(PnutsImpl)
          replaced by SecurePnutsImpl(Implementation) 
pnuts.security.SecurePnutsImpl(PnutsImpl, CodeSource)
          replaced by SecurePnutsImpl(Implementation, CodeSource)