public class Arguments extends ArrayList<String>
modCount| Constructor and Description |
|---|
Arguments(String arguments)
Constructor.
|
Arguments(String arguments,
boolean partialLastArgumentAllowed)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
removeCommandName()
Remove, decode, and return the command name.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic Arguments(String arguments) throws InvalidCommandArgumentException
arguments - InvalidCommandArgumentExceptionpublic Arguments(String arguments, boolean partialLastArgumentAllowed) throws InvalidCommandArgumentException
arguments - InvalidCommandArgumentExceptionpublic QName removeCommandName()
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.