object Commands
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Commands
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class About(cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
- case class Autocomplete(cliOptions: CliOptions = CliOptions.default, mode: Mode, format: Format, command: Option[String], project: Option[String]) extends RawCommand with Product with Serializable
-
case class
Bsp(protocol: BspProtocol = BspProtocol.Local, host: String = "127.0.0.1", port: Int = 5101, socket: Option[Path] = None, pipeName: Option[String] = None, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
- Annotations
- @CommandName( "bsp" )
- case class Clean(project: List[String] = Nil, includeDependencies: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
-
trait
Command extends AnyRef
Represents the most generic command that exists.
- case class Compile(project: String = "", incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CompilingCommand with Product with Serializable
- sealed trait CompilingCommand extends RawCommand
- case class Configure(threads: Int = 0, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
- case class Console(project: String = "", incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, excludeRoot: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CompilingCommand with Product with Serializable
- case class Help(cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
- case class Link(project: String = "", 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
- sealed trait LinkingCommand extends CompilingCommand
- case class Projects(dotGraph: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends RawCommand with Product with Serializable
-
sealed
trait
RawCommand extends Command
Represents a command that is used by the cli and has no user input validation.
- case class Run(project: String = "", main: Option[String] = None, incremental: Boolean = true, pipeline: Boolean = false, reporter: ReporterKind = BloopReporter, args: List[String] = Nil, watch: Boolean = false, optimize: Option[OptimizerConfig] = None, cliOptions: CliOptions = CliOptions.default) extends LinkingCommand with Product with Serializable
- case class TcpBsp(host: InetAddress, port: Int, cliOptions: CliOptions) extends ValidatedBsp with Product with Serializable
- case class Test(project: String = "", includeDependencies: 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) extends CompilingCommand with Product with Serializable
- case class UnixLocalBsp(socket: AbsolutePath, cliOptions: CliOptions) extends ValidatedBsp with Product with Serializable
- sealed trait ValidatedBsp extends ValidatedCommand
-
sealed
trait
ValidatedCommand extends Command
Represents a command that has gone through an initial layer of validation.
- case class WindowsLocalBsp(pipeName: String, cliOptions: CliOptions) extends ValidatedBsp with Product with Serializable
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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()
-
val
projectBound: String
List of commands accepting a project as argument, used for autopomcletion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )