Class CommandLineOptions
java.lang.Object
org.spongepowered.asm.launch.platform.CommandLineOptions
Options passed in to Mixin via the command line
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandLineOptions
Create a CommandLineOptions with default args (read from system property)static CommandLineOptions
Create a CommandLineOptions using the supplied list of pre-parsed configsstatic CommandLineOptions
Create a CommandLineOptions using the supplied unparsed argument list.
-
Method Details
-
getConfigs
-
defaultArgs
Create a CommandLineOptions with default args (read from system property)- Returns:
- CommandLineOptions instance
-
ofArgs
Create a CommandLineOptions using the supplied unparsed argument list. Uses args from system property if- Parameters:
args
- Argument list to parse, can be null- Returns:
- CommandLineOptions instance
-
of
Create a CommandLineOptions using the supplied list of pre-parsed configs- Parameters:
configs
- List of configs- Returns:
- CommandLineOptions instance
-