Constructor and Description |
---|
AbstractTask() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getProperties() |
void |
init()
This method is called once after properties are set in the task, and
right before the task is executed.
|
void |
setProperties(Map<String,String> properties)
This method is called initially to set the task properties.
|
public void setProperties(Map<String,String> properties)
Task
setProperties
in interface Task
properties
- The task propertiespublic void init()
Task
Copyright © 2017 WSO2. All rights reserved.