|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.bonn.xulu.plugin.appl.DataScriptInterpreter_Basic.Command_Plugin
protected class DataScriptInterpreter_Basic.Command_Plugin
Forwards scripting to a method in a plugin
Constructor Summary | |
---|---|
DataScriptInterpreter_Basic.Command_Plugin(String pluginname,
Vector pluginCommands)
Creates a new plugin command. |
Method Summary | |
---|---|
void |
check()
Checks if the parameters are set correctly |
void |
execute(XuluModellingPlatform appl)
Executes the commands |
String |
getDescription()
returns a description of the command |
XuluPlugin |
getPluginForName(String name)
Returns a XuluPlugin for a fully qualified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataScriptInterpreter_Basic.Command_Plugin(String pluginname, Vector pluginCommands)
pluginname
- the exact java-name to the class of the pluginpluginCommands
- Vector of tokenized commands which are forwared to the
plugin. Each command is a String array with position 0
containing the tagname and further positions containing
the values for this tag.ModelResourceMappingScriptInterpreter_Basic
Method Detail |
---|
public String getDescription()
getDescription
in interface AbstractCommandInterpreter.Command
public void execute(XuluModellingPlatform appl) throws Exception
execute
in interface AbstractCommandInterpreter.Command
appl
- Application which executes the command
Exception
- wenn ein Fehler bei der Ausfuehrung aufrittpublic XuluPlugin getPluginForName(String name)
XuluPlugin
for a fully qualified name.
public void check()
check
in interface AbstractCommandInterpreter.Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |