be.lassi.mac
Class AppleScriptImpl
java.lang.Object
be.lassi.mac.AppleScriptImpl
- All Implemented Interfaces:
- AppleScript
public class AppleScriptImpl
- extends java.lang.Object
- implements AppleScript
Method Summary |
java.lang.String |
execute(java.lang.String script)
Executes the Apple script in given string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppleScriptImpl
public AppleScriptImpl()
execute
public java.lang.String execute(java.lang.String script)
- Executes the Apple script in given string.
- Specified by:
execute
in interface AppleScript
- Parameters:
script
- a string with an Apple script
- Returns:
- string returned by the script