|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.twdata.maven.cli.CommandsCompletor
public class CommandsCompletor
| Constructor Summary | |
|---|---|
CommandsCompletor(java.util.Collection<java.lang.String> commands)
|
|
| Method Summary | |
|---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates)
this method tries to match : the full buffer the last token |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandsCompletor(java.util.Collection<java.lang.String> commands)
| Method Detail |
|---|
public int complete(java.lang.String buffer,
int cursor,
java.util.List candidates)
complete in interface jline.Completor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||