Interface OsCommand

    • Method Detail

      • getCommandParts

        List<String> getCommandParts()
        Returns a list containing the command and all its arguments, which can then be used to construct a ProcessBuilder.
        Returns:
        a list of command arguments
        See Also:
        ProcessBuilder(List)