class Completion extends AnyRef
The completion object
- Alphabetic
- By Inheritance
- Completion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Completion(_asJava: AnyRef)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: AnyRef
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
complete(value: String, terminal: Boolean): Unit
End the completion with a value that will be inserted to complete the line.
End the completion with a value that will be inserted to complete the line. * @param value the value to complete with
- terminal
true if the value is terminal, i.e can be further completed
-
def
complete(candidates: Buffer[String]): Unit
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
End the completion with a list of candidates, these candidates will be displayed by the shell on the console. * @param candidates the candidates
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lineTokens(): Buffer[CliToken]
- returns
the current line being completed as preparsed tokens
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rawLine(): String
- returns
the current line being completed in raw format, i.e without any char escape performed
-
def
session(): Session
- returns
the shell current session, useful for accessing data like the current path for file completion, etc...
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
vertx(): Vertx
- returns
the current Vert.x instance
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )