public class ArgsMessage
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ArgsMessage.ArgumentType
The different possible types of arguments that can be sent.
|
Constructor and Description |
---|
ArgsMessage(ArgsMessage.ArgumentType argumentType,
java.lang.String commandLineText)
Fills in the argument type and command-line arguments.
|
Modifier and Type | Method and Description |
---|---|
ArgsMessage.ArgumentType |
getArgumentType()
Gets the type of the message.
|
java.lang.String |
getCommandLineText()
Gets the command-line arguments.
|
public ArgsMessage(ArgsMessage.ArgumentType argumentType, java.lang.String commandLineText)
argumentType
- The type of arguments being sent.commandLineText
- The command-line arguments being sent.public ArgsMessage.ArgumentType getArgumentType()
public java.lang.String getCommandLineText()