Modifier and Type | Class and Description |
---|---|
static class |
ArgumentCompletor.AbstractArgumentDelimiter
Abstract implementation of a delimiter that uses the
ArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int) method to determine if a particular
character should be used as a delimiter. |
static class |
ArgumentCompletor.WhitespaceArgumentDelimiter
ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char) )
as being a delimiter. |
Constructor and Description |
---|
ArgumentCompletor(Completor[] completors,
ArgumentCompletor.ArgumentDelimiter delim)
Constuctor: create a new completor with the specified
argument delimiter.
|
ArgumentCompletor(Completor completor,
ArgumentCompletor.ArgumentDelimiter delim)
Constuctor: create a new completor with the specified
argument delimiter.
|
Copyright © 2002–2020. All rights reserved.