Class ContextBuilder

java.lang.Object
com.scriptbasic.context.ContextBuilder

public class ContextBuilder
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ContextBuilder()  
  • Method Summary

    Modifier and Type Method Description
    static Context from​(Context existingCtx)  
    static Context from​(Context existing, SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)  
    static Context from​(Context existing, java.io.Reader reader)  
    static Context from​(Context existing, java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)  
    static Context from​(SourceReader reader)  
    static Context from​(SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)  
    static Context from​(java.io.Reader reader)  
    static Context from​(java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)  
    static Context from​(java.lang.String string)  
    static Context newContext()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • newContext

      public static Context newContext()
    • from

      public static Context from​(Context existingCtx)
    • from

      public static Context from​(java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)
    • from

      public static Context from​(Context existing, java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)
    • from

      public static Context from​(java.lang.String string)
    • from

      public static Context from​(java.io.Reader reader)
    • from

      public static Context from​(Context existing, java.io.Reader reader)
    • from

      public static Context from​(SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)
    • from

      public static Context from​(Context existing, SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)
    • from

      public static Context from​(SourceReader reader)