public class Script extends Object
| Constructor and Description |
|---|
Script() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
String |
getInterpreter() |
String |
getScript() |
String |
makeScriptContent() |
void |
set(String script) |
void |
setFile(File file) |
void |
setInterpreter(String interpreter) |
void |
setScript(String script) |
public String getInterpreter()
public void setInterpreter(String interpreter)
public File getFile()
public void setFile(File file)
public String getScript()
public void setScript(String script)
public void set(String script)
public String makeScriptContent() throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.