Configuration Name
Before executing a task, its configuration details are loaded by Services Framework.
The configuration name is made available for use by the task. To get
the task configuration name, use the getConfigName(
) method from BaseIPDTask.
public String getConfigName();Refer to the Javadoc information for additional information about methods and signatures.