public static class Completers.RegexCompleter.ArgumentLine extends Object implements ParsedLine
Constructor and Description |
---|
ArgumentLine(String word,
int cursor) |
Modifier and Type | Method and Description |
---|---|
int |
cursor() |
String |
line() |
String |
word() |
int |
wordCursor() |
int |
wordIndex() |
List<String> |
words() |
public ArgumentLine(String word, int cursor)
public String word()
word
in interface ParsedLine
public int wordCursor()
wordCursor
in interface ParsedLine
public int wordIndex()
wordIndex
in interface ParsedLine
public List<String> words()
words
in interface ParsedLine
public String line()
line
in interface ParsedLine
public int cursor()
cursor
in interface ParsedLine
Copyright © 2018 JBoss by Red Hat. All rights reserved.