| Modifier and Type | Method and Description |
|---|---|
CommandBuilder |
CommandBuilder.add(CharSequence... tokens)
Adds tokens to the command under construction, ignoring null and empty tokens.
|
CommandBuilder |
CommandBuilder.add(CharSequence token)
Adds a token to the command under construction, ignoring null and empty token.
|
CommandBuilder |
CommandBuilder.add(List<? extends CharSequence> tokens)
Adds a list of tokens to the command under construction, ignoring null and empty tokens.
|
CommandBuilder |
CommandBuilder.addTokenized(CharSequence sequenceToBeParsed) |
CommandBuilder |
CommandBuilder.clear()
Clears the command - all added tokens are removed.
|
CommandBuilder |
CommandBuilder.remove(CharSequence token)
Remove all occurrences of
token from the command list. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.