Package com.scriptbasic.context
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 Contextfrom(Context existingCtx)static Contextfrom(Context existing, SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static Contextfrom(Context existing, java.io.Reader reader)static Contextfrom(Context existing, java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static Contextfrom(SourceReader reader)static Contextfrom(SourceReader sourceReader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static Contextfrom(java.io.Reader reader)static Contextfrom(java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error)static Contextfrom(java.lang.String string)static ContextnewContext()
-
Constructor Details
-
ContextBuilder
public ContextBuilder()
-
-
Method Details
-
newContext
-
from
-
from
public static Context from(java.io.Reader reader, java.io.Reader input, java.io.Writer output, java.io.Writer error) -
from
-
from
-
from
-
from
-
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
-