Class Utils

    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • splitArguments

        public static List<String> splitArguments​(CharSequence arguments)
        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