Packages

o

sbt

BasicCommandStrings

object BasicCommandStrings

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicCommandStrings
  2. AnyRef
  3. 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. val AddPluginSbtFileCommand: String
  5. val AliasCommand: String
  6. def AliasDetailed: String
  7. def AppendCommand: String
  8. def AppendLastDetailed: String
  9. def ApplyCommand: String
  10. def ApplyDetailed: String
  11. val Cancel: String
  12. def ClearCaches: String
  13. def ClearCachesDetailed: String
  14. def ClearOnFailure: String
  15. def Client: String
  16. def ClientDetailed: String
  17. def CompleteExec: String
  18. def CompletionsBrief: (String, String)
  19. val CompletionsCommand: String
  20. def CompletionsDetailed: String
  21. val ContinuousExecutePrefix: String
  22. def DashClient: String
  23. def DashDashClient: String
  24. def DashDashDetachStdio: String
  25. def DashDashServer: String
  26. val EarlyCommand: String
  27. val EarlyCommandBrief: (String, String)
  28. val EarlyCommandDetailed: String
  29. val Exit: String
  30. def FailureWall: String
  31. val HelpCommand: String
  32. def HistoryHelpBrief: (String, String)
  33. def IfLast: String
  34. def IfLastCommon: String
  35. def IfLastDetailed: String
  36. def JavaClient: String
  37. def MapExec: String
  38. def Multi: String
  39. def MultiBrief: (String, String)
  40. def MultiDetailed: String
  41. def OldShell: String
  42. def OldShellDetailed: String
  43. def OnFailure: String
  44. def OnFailureDetailed: String
  45. def PopOnFailure: String
  46. def PromptChannel: String
  47. val Quit: String
  48. def ReadCommand: String
  49. def ReadDetailed: String
  50. def ReadFiles: String
  51. def RebootCommand: String
  52. def RebootDetailed: String
  53. def ReportResult: String
  54. def ServerDetailed: String
  55. def Shell: String
  56. def ShellDetailed: String
  57. val Shutdown: String
  58. def StartServer: String
  59. def StartServerDetailed: String
  60. def StashOnFailure: String
  61. val TemplateCommand: String
  62. val TemplateCommandAlias: String
  63. val TerminateAction: String

    The command name to terminate the program.

  64. def addPluginSbtFileHelp(): Help
  65. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  66. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  67. def continuousBriefHelp: (String, String)
  68. def continuousDetail: String
  69. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  71. def exitBrief: String
  72. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  73. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  75. def helpBrief: (String, String)
  76. def helpDetailed: String
  77. def historyHelp: Help
  78. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  79. def logLevelHelp: Help
  80. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  83. def runEarly(command: String): String
  84. def shutdownBrief: String
  85. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  86. def templateBrief: (String, String)
  87. def templateDetailed: String
  88. def toString(): String
    Definition Classes
    AnyRef → Any
  89. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped