o

sbt

BasicCommandStrings

object BasicCommandStrings

Source
BasicCommandStrings.scala
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. def ClearCaches: String
  12. def ClearCachesDetailed: String
  13. def ClearOnFailure: String
  14. def Client: String
  15. def ClientDetailed: String
  16. def CompletionsBrief: (String, String)
  17. val CompletionsCommand: String
  18. def CompletionsDetailed: String
  19. val ContinuousExecutePrefix: String
  20. def DashClient: String
  21. def DashDashClient: String
  22. val EarlyCommand: String
  23. val EarlyCommandBrief: (String, String)
  24. val EarlyCommandDetailed: String
  25. val Exit: String
  26. def FailureWall: String
  27. val HelpCommand: String
  28. def HistoryHelpBrief: (String, String)
  29. def IfLast: String
  30. def IfLastCommon: String
  31. def IfLastDetailed: String
  32. def Multi: String
  33. def MultiBrief: (String, String)
  34. def MultiDetailed: String
  35. def OldShell: String
  36. def OldShellDetailed: String
  37. def OnFailure: String
  38. def OnFailureDetailed: String
  39. def PopOnFailure: String
  40. val Quit: String
  41. def ReadCommand: String
  42. def ReadDetailed: String
  43. def ReadFiles: String
  44. def RebootCommand: String
  45. def RebootDetailed: String
  46. def Shell: String
  47. def ShellDetailed: String
  48. def StartServer: String
  49. def StartServerDetailed: String
  50. def StashOnFailure: String
  51. val TemplateCommand: String
  52. val TerminateAction: String

    The command name to terminate the program.

  53. def addPluginSbtFileHelp(): Help
  54. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  55. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  56. def continuousBriefHelp: (String, String)
  57. def continuousDetail: String
  58. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  60. def exitBrief: String
  61. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  62. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. def helpBrief: (String, String)
  65. def helpDetailed: String
  66. def historyHelp: Help
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. def logLevelHelp: Help
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. def runEarly(command: String): String
  73. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  74. def templateBrief: (String, String)
  75. def templateDetailed: String
  76. def toString(): String
    Definition Classes
    AnyRef → Any
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped