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 Details

    • PluginCallInfo

      public PluginCallInfo(String name, String[] arguments)
  • Method Details

    • getName

      public String getName()
      Get the name of the called plugin
      Returns:
      a string with the name of the called plugin
    • getArguments

      public String[] getArguments()
      Get the plugin arguments
      Returns:
      a possibly empty array of args