C E F G J N P R S W 

C

close() - Method in class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Close the stream.
close() - Method in class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Close the stream.
com.github.dmac100.jshellscriptengine - package com.github.dmac100.jshellscriptengine
 
com.github.dmac100.jshellscriptengine.io - package com.github.dmac100.jshellscriptengine.io
 
createBindings() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 

E

eval(Reader) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
eval(Reader, Bindings) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
eval(Reader, ScriptContext) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
eval(String) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
eval(String, Bindings) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
eval(String, ScriptContext) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 

F

flush() - Method in class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Flush the stream.

G

generate(ExecutionEnv, Map<String, String>) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine.SimpleExecutionControlProvider
 
get(String) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
getBindings(int) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
getBindingValue(String) - Static method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
Called from script to retrieve values from the bindings.
getContext() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
getDeclaredType(Object) - Static method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
Returns the string to declare a type of value's type.
getEngineName() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getEngineVersion() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getExtensions() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getFactory() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
getLanguageName() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getLanguageVersion() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getMethodCallSyntax(String, String, String...) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getMimeTypes() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getNames() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getOutputStatement(String) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getParameter(String) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getProgram(String...) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 
getScriptEngine() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 

J

JShellScriptEngine - Class in com.github.dmac100.jshellscriptengine
 
JShellScriptEngine() - Constructor for class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
JShellScriptEngine(Bindings) - Constructor for class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
JShellScriptEngine.SimpleExecutionControlProvider - Class in com.github.dmac100.jshellscriptengine
Provider of a constant ExecutionControl value.
JShellScriptEngineFactory - Class in com.github.dmac100.jshellscriptengine
 
JShellScriptEngineFactory() - Constructor for class com.github.dmac100.jshellscriptengine.JShellScriptEngineFactory
 

N

name() - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine.SimpleExecutionControlProvider
 

P

put(String, Object) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 

R

read() - Method in class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Read a single byte.
read(byte[]) - Method in class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Read the specified number of bytes into an array.
read(byte[], int, int) - Method in class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Read the specified number of bytes into an array.
ReaderInputStream - Class in com.github.dmac100.jshellscriptengine.io
InputStream implementation that reads a character stream from a Reader and transforms it to a byte stream using a specified charset encoding.
ReaderInputStream(Reader) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream that uses the default character encoding with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, String, int) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream with a default input buffer size of 1024 characters.
ReaderInputStream(Reader, CharsetEncoder) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream.
ReaderInputStream(Reader, Charset, int) - Constructor for class com.github.dmac100.jshellscriptengine.io.ReaderInputStream
Construct a new ReaderInputStream.

S

setBindings(Bindings, int) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
setContext(ScriptContext) - Method in class com.github.dmac100.jshellscriptengine.JShellScriptEngine
 
SimpleExecutionControlProvider(ExecutionControl) - Constructor for class com.github.dmac100.jshellscriptengine.JShellScriptEngine.SimpleExecutionControlProvider
 

W

write(byte[]) - Method in class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Write bytes from the specified byte array to the stream.
write(byte[], int, int) - Method in class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Write bytes from the specified byte array to the stream.
write(int) - Method in class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Write a single byte to the stream.
WriterOutputStream - Class in com.github.dmac100.jshellscriptengine.io
OutputStream implementation that transforms a byte stream to a character stream using a specified charset encoding and writes the resulting stream to a Writer.
WriterOutputStream(Writer) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream that uses the default character encoding and with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, String) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, String, int, boolean) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, CharsetDecoder) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, CharsetDecoder, int, boolean) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset, int, boolean) - Constructor for class com.github.dmac100.jshellscriptengine.io.WriterOutputStream
Constructs a new WriterOutputStream.
C E F G J N P R S W 
Skip navigation links