mess.extensions
Class MessReloadAllScripts
java.lang.Object
|
+--mess.extensions.MessReloadAllScripts
- All Implemented Interfaces:
- Userfunction
- public class MessReloadAllScripts
- extends Object
- implements Userfunction
This function will reload all scripts that were previously loaded
with either loadScript or includeScript; It returns TRUE if all
scripts loaded correctly or FALSE if at least one script had a
problem.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessReloadAllScripts
public MessReloadAllScripts(MessLoadScript mls)
getName
public String getName()
- Specified by:
getName
in interface Userfunction
call
public Value call(ValueVector vv,
Context c)
throws JessException
- Specified by:
call
in interface Userfunction