Interface DataProvider
-
public interface DataProviderInterface to provide data. This method is called by the ISAC execution engine when an expression ${plug-inId:variable} is found in a parameter value. This expression is replaced by the String returned by the doGet() method.- Author:
- Emmanuel Varoquaux
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdoGet(java.lang.String var)
-