Packages

o

bloop.cli.completion

BashFormat

object BashFormat extends Format

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BashFormat
  2. Format
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def showArg(commandName: String, arg: Arg): Option[String]

    Return the completion item for the argument arg in command commandName.

    Return the completion item for the argument arg in command commandName.

    commandName

    The name of the command that defines this argument

    arg

    The argument to autocomplete

    returns

    None, if the argument shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete the argument.

    Definition Classes
    BashFormatFormat
  16. def showCommand(name: String, messages: CommandMessages): Some[String]

    Return the completion item for the command name.

    Return the completion item for the command name.

    name

    The name of the command

    messages

    The CommandMessages representing the arguments of the command.

    returns

    None, if the command shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete the command.

    Definition Classes
    BashFormatFormat
  17. def showMainName(fqcn: String): Some[String]

    Return the completion item for the main class fqcn.

    Return the completion item for the main class fqcn.

    fqcn

    The fully qualified class name of the main class

    returns

    None, if the class name shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete the class name.

    Definition Classes
    BashFormatFormat
  18. def showProject(project: Project): Some[String]

    Return the completion item for project

    Return the completion item for project

    project

    The candidate for autocompletion

    returns

    None, if the project shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete project.

    Definition Classes
    BashFormatFormat
  19. def showProtocol(protocol: BspProtocol): Some[String]

    Return the completion item for the protocol protocol.

    Return the completion item for the protocol protocol.

    protocol

    The protocol to add to auto completions

    returns

    None, if the protocol shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete the protocol.

    Definition Classes
    BashFormatFormat
  20. def showReporter(reporter: ReporterKind): Some[String]

    Return the completion item for the reporter reporter.

    Return the completion item for the reporter reporter.

    reporter

    The reporter to add to auto completions

    returns

    None, if the reporter shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete the reporter.

    Definition Classes
    BashFormatFormat
  21. def showTestName(fqcn: String): Some[String]

    Return the completion item for the test fqcn.

    Return the completion item for the test fqcn.

    fqcn

    The fully qualified class name of the test to add to autocompletion.

    returns

    None, if the test name shouldn't be autocompleted, otherwise Some(str) where str tells the autocompletion engine how to complete the test name.

    Definition Classes
    BashFormatFormat
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Format

Inherited from AnyRef

Inherited from Any

Ungrouped