public class UartbusAttachProcess extends Object
Modifier and Type | Field and Description |
---|---|
protected static eu.javaexperience.cli.CliEntry[] |
PROG_CLI_ENTRIES |
static eu.javaexperience.cli.CliEntry<String> |
PROGRAM |
Constructor and Description |
---|
UartbusAttachProcess() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static String[] |
translateCommandline(String toProcess)
https://stackoverflow.com/questions/3259143/split-a-string-containing-command-line-parameters-into-a-string-in-java
[code borrowed from ant.jar]
Crack a command line.
|
public static final eu.javaexperience.cli.CliEntry<String> PROGRAM
protected static final eu.javaexperience.cli.CliEntry[] PROG_CLI_ENTRIES
public static String[] translateCommandline(String toProcess)
toProcess
- the command line to process.Copyright © 2020. All rights reserved.