Package org.wildfly.plugin.tools.util
Class Utils
java.lang.Object
org.wildfly.plugin.tools.util.Utils
- Author:
- jdenise@redhat.com, James R. Perkins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsplitArguments
(CharSequence arguments) Splits the arguments into a list.
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
splitArguments
Splits the arguments into a list. The arguments are split based on whitespace while ignoring whitespace that is within quotes.- Parameters:
arguments
- the arguments to split- Returns:
- the list of the arguments
-