o

bloop.cli

Commands

object Commands

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Commands
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class About(cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
  2. case class Autocomplete(cliOptions: CliOptions = CliOptions.default, mode: Mode, format: Format, command: Option[String], project: Option[String]) extends RawCommand with Product with Serializable
  3. case class Bsp(protocol: BspProtocol = BspProtocol.Local, host: String = "127.0.0.1", port: Int = 5101, socket: Option[Path] = None, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
    Annotations
    @CommandName("bsp")
  4. case class Clean(projects: List[String] = Nil, includeDependencies: Boolean = false, cascade: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
  5. trait Command extends AnyRef

    Represents the most generic command that exists.

  6. case class Compile(projects: List[String] = Nil, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, watch: Boolean = false, cascade: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CompilingCommand with Product with Serializable
  7. sealed trait CompilingCommand extends RawCommand
  8. case class Configure(threads: Int = 0, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
  9. case class Console(projects: List[String] = Nil, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, excludeRoot: Boolean = false, repl: ReplKind = AmmoniteRepl, args: List[String] = Nil, ammoniteVersion: Option[String] = None, outFile: Option[Path] = None, cliOptions: CliOptions = CliOptions.default) extends CompilingCommand with Product with Serializable
  10. case class Help(cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
  11. case class Link(projects: List[String] = Nil, main: Option[String] = None, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, watch: Boolean = false, optimize: Option[OptimizerConfig] = None, cliOptions: CliOptions = CliOptions.default) extends LinkingCommand with Product with Serializable
  12. sealed trait LinkingCommand extends CompilingCommand
  13. case class Projects(dotGraph: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
  14. sealed trait RawCommand extends Command

    Represents a command that is used by the cli and has no user input validation.

  15. case class Run(projects: List[String] = Nil, main: Option[String] = None, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, args: List[String] = Nil, watch: Boolean = false, skipJargs: Boolean = false, optimize: Option[OptimizerConfig] = None, cliOptions: CliOptions = CliOptions.default) extends LinkingCommand with Product with Serializable
  16. case class TcpBsp(host: InetAddress, port: Int, cliOptions: CliOptions) extends ValidatedBsp with Product with Serializable
  17. case class Test(projects: List[String] = Nil, includeDependencies: Boolean = false, cascade: Boolean = false, incremental: Boolean = true, pipeline: Boolean = false, only: List[String] = Nil, args: List[String] = Nil, reporter: ReporterKind = BloopReporter, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default, parallel: Boolean = false) extends CompilingCommand with Product with Serializable
  18. case class UnixLocalBsp(socket: AbsolutePath, cliOptions: CliOptions) extends ValidatedBsp with Product with Serializable
  19. sealed trait ValidatedBsp extends ValidatedCommand
  20. sealed trait ValidatedCommand extends Command

    Represents a command that has gone through an initial layer of validation.

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. object About extends Serializable
  20. object Autocomplete extends Serializable
  21. object Bsp extends Serializable
  22. object Clean extends Serializable
  23. object Compile extends Serializable
  24. object Configure extends Serializable
  25. object Help extends Serializable
  26. object Projects extends Serializable
  27. object RawCommand
  28. object Run extends Serializable
  29. object Test extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped