Class PluginCallInfo


  • public class PluginCallInfo
    extends Object
    Data related to a plugin call
    • Constructor Detail

      • PluginCallInfo

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

      • 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