Class PluginCallInfo
- java.lang.Object
-
- org.apache.sling.scripting.sightly.impl.plugin.PluginCallInfo
-
public class PluginCallInfo extends Object
Data related to a plugin call
-
-
Constructor Summary
Constructors Constructor Description PluginCallInfo(String name, String[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getArguments()
Get the plugin argumentsString
getName()
Get the name of the called plugin
-