程序包 jline
类 ArgumentCompletor.WhitespaceArgumentDelimiter
java.lang.Object
jline.ArgumentCompletor.AbstractArgumentDelimiter
jline.ArgumentCompletor.WhitespaceArgumentDelimiter
- 所有已实现的接口:
ArgumentCompletor.ArgumentDelimiter
- 封闭类:
- ArgumentCompletor
public static class ArgumentCompletor.WhitespaceArgumentDelimiter
extends ArgumentCompletor.AbstractArgumentDelimiter
ArgumentCompletor.ArgumentDelimiter
implementation that counts all
whitespace (as reported by Character.isWhitespace(char)
)
as being a delimiter.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
isDelimiterChar
(String buffer, int pos) The character is a delimiter if it is whitespace, and the preceeding character is not an escape character.
-
构造器详细资料
-
WhitespaceArgumentDelimiter
public WhitespaceArgumentDelimiter()
-
-
方法详细资料
-
isDelimiterChar
The character is a delimiter if it is whitespace, and the preceeding character is not an escape character.
-