java.lang.Cloneable, Completorpublic class ClassNameCompletor extends SimpleCompletor
SimpleCompletor.NoOpFilter, SimpleCompletor.SimpleCompletorFilter| Constructor | Description |
|---|---|
ClassNameCompletor() |
Complete candidates using all the classes available in the
java CLASSPATH.
|
ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter filter) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String[] |
getClassNames() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCandidateString, clone, complete, getCandidates, getDelimiter, setCandidates, setCandidateStrings, setDelimiterpublic ClassNameCompletor() throws java.io.IOException
java.io.IOExceptionpublic ClassNameCompletor(SimpleCompletor.SimpleCompletorFilter filter) throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String[] getClassNames() throws java.io.IOException
java.io.IOException