Skip to content
Snippets Groups Projects
Commit 1e60850f authored by Armin Costa's avatar Armin Costa
Browse files

Update Plugins.md

parent b3dd8667
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ The parameters can be passed to the *Task* plugin with one of the following opti
String file_prefix = (String)parameters.get("FilePrefix");
```
2) By using the <Parameter> keyword tag in the *Task* definition and than referencing the parameter with the Object[] args type in the Interface
2) By using the *Parameter* tag in the *Task* definition and than referencing the parameter with the Object[] args type in the Interface
```java
String classname = (String)args[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment