Class PluginArgument

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

public class PluginArgument
extends Object
Declares an argument to be added to the standard RoboVM command line arguments for a CompilerPlugin. An argument can have an optional value (a second token to be parsed).
  • Constructor Details

    • PluginArgument

      public PluginArgument​(String name, String description)
    • PluginArgument

      public PluginArgument​(String name, String valueName, String description)
  • Method Details

    • getName

      public String getName()
    • hasValue

      public boolean hasValue()
    • getValueName

      public String getValueName()
    • getDescription

      public String getDescription()