Class PluginArgument


  • public class PluginArgument
    extends java.lang.Object
    Describes an argument to a Plugin constuctor.
    • Field Detail

      • index

        public int index
        The argument index.
      • value

        public java.lang.String value
        The argument value.
    • Constructor Detail

      • PluginArgument

        public PluginArgument()