public class JSR233LaunchScript extends Object implements Reciver<JSR233Launcher>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected String |
argsVar |
protected ClassLoaderBuilder |
classLoaderBuilder |
Writer |
errorWriter |
String |
scriptEngineName |
String |
scriptLanguage |
protected ThreadGroup |
threadGroup |
protected String |
threadName |
Writer |
writer |
| Constructor and Description |
|---|
JSR233LaunchScript() |
JSR233LaunchScript(JSR233LaunchScript script) |
| Modifier and Type | Method and Description |
|---|---|
protected ClassLoader |
classLoader() |
JSR233LaunchScript |
clone() |
protected void |
configure(ThreadMonitorImpl tm) |
List<String> |
getArgs() |
String |
getArgsVar() |
ClassLoaderBuilder |
getClassLoaderBuilder() |
ThreadGroup |
getThreadGroup() |
String |
getThreadName() |
protected ScriptEngineFactory |
jsr233factory() |
void |
recive(JSR233Launcher launcher)
Прием данных
|
void |
scriptFile(String filename,
Charset cs) |
void |
scriptText(String text) |
void |
setArgs(List<String> args) |
void |
setArgsVar(String argsVar) |
void |
setClassLoaderBuilder(ClassLoaderBuilder classLoaderBuilder) |
void |
setThreadGroup(ThreadGroup threadGroup) |
void |
setThreadName(String threadName) |
public String scriptEngineName
public String scriptLanguage
public Writer writer
public Writer errorWriter
protected ClassLoaderBuilder classLoaderBuilder
protected ThreadGroup threadGroup
protected String threadName
protected String argsVar
public JSR233LaunchScript()
public JSR233LaunchScript(JSR233LaunchScript script)
public void scriptText(String text)
public JSR233LaunchScript clone()
protected ScriptEngineFactory jsr233factory()
protected ClassLoader classLoader()
public ClassLoaderBuilder getClassLoaderBuilder()
public void setClassLoaderBuilder(ClassLoaderBuilder classLoaderBuilder)
public ThreadGroup getThreadGroup()
public void setThreadGroup(ThreadGroup threadGroup)
public String getThreadName()
public void setThreadName(String threadName)
public String getArgsVar()
public void setArgsVar(String argsVar)
protected void configure(ThreadMonitorImpl tm)
public void recive(JSR233Launcher launcher)
Reciverrecive in interface Reciver<JSR233Launcher>launcher - данныеCopyright © 2018. All rights reserved.