@groovy.transform.CompileStatic abstract class ClassNameCompletor extends StringsCompleter
A completor that completes
| Type | Name and description |
|---|---|
BuildSettings |
buildSettings |
| Constructor and description |
|---|
ClassNameCompletor
() |
| Type | Name and description |
|---|---|
int |
complete(java.lang.String buffer, int cursor, java.util.List clist) |
java.lang.String |
getCommandName()@return The command name doing the completion |
boolean |
shouldInclude(Resource res) |
| Methods inherited from class | Name |
|---|---|
class StringsCompleter |
complete, getStrings, setStrings |
Groovy Documentation