Package org.robovm.compiler.plugin
Class Plugin
java.lang.Object
org.robovm.compiler.plugin.Plugin
- Direct Known Subclasses:
CompilerPlugin,LaunchPlugin,TargetPlugin
public abstract class Plugin extends Object
-
Constructor Summary
Constructors Constructor Description Plugin() -
Method Summary
Modifier and Type Method Description protected booleanargumentValue(Map<String,String> arguments, String key, boolean defaultValue)Boolean type argument accessorprotected intargumentValue(Map<String,String> arguments, String key, int defaultValue)Int type argument accessorprotected StringargumentValue(Map<String,String> arguments, String key, String defaultValue)String type argument accessorabstract PluginArgumentsgetArguments()Returns the plugin's prefix arguments to be parsed from XML or the command lineprotected Map<String,String>parseArguments(Config config)
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
getArguments
Returns the plugin's prefix arguments to be parsed from XML or the command line -
parseArguments
-
argumentValue
String type argument accessor -
argumentValue
Int type argument accessor -
argumentValue
Boolean type argument accessor
-