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

Update Plugins.md

parent a5a80475
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
The *Task* entities defined in a *Processor* definition can be implemented as dedicated native java plugins or as scripts written in *Perl*, *Python* or *Shell* scripting languages.
## Native plugins
## Native plugins ##
Dedicated native java plugins can be developed by implementing the GenericTaskInterface process method defined in the DES library
......@@ -60,3 +60,10 @@ Note: Note: args[0] is the class name
## Script plugins ##
If a given *Task* is implemented with a scripting language, the script must consider the following input parameters:
```
[BASE_PATH] [AOI] [PROCESSOR] [FileType
```
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