Class PluginArguments

java.lang.Object
org.robovm.compiler.plugin.PluginArguments

public class PluginArguments
extends Object
Stores the PluginArgument along with the prefix to be used for the arguments.
  • Constructor Details

  • Method Details

    • getPrefix

      public String getPrefix()
    • getArguments

      public List<PluginArgument> getArguments()
    • hasArgument

      public boolean hasArgument​(String argWithPrefix)