Package org.robovm.compiler.plugin
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 Summary
Constructors Constructor Description PluginArgument(String name, String description)PluginArgument(String name, String valueName, String description) -
Method Summary
Modifier and Type Method Description StringgetDescription()StringgetName()StringgetValueName()booleanhasValue()
-
Constructor Details
-
PluginArgument
-
PluginArgument
-
-
Method Details
-
getName
-
hasValue
public boolean hasValue() -
getValueName
-
getDescription
-