|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptResult | |
|---|---|
| com.enterprisedt.net.ftp.script | Contains classes for FTP scripting. |
| Uses of ScriptResult in com.enterprisedt.net.ftp.script |
|---|
| Methods in com.enterprisedt.net.ftp.script that return ScriptResult | |
|---|---|
ScriptResult |
ScriptEngine.executeScript(java.io.Reader scriptStream)
Execute the script in the supplied stream |
ScriptResult |
ScriptEngine.executeScript(java.io.Reader scriptStream,
boolean exitAtEnd)
Execute the script in the supplied stream. |
ScriptResult |
ScriptEngine.executeScript(java.lang.String scriptPath)
Execute the script in the supplied file |
ScriptResult |
ScriptEngine.executeScript(java.lang.String scriptPath,
boolean exitAtEnd)
Execute the script in the supplied file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||