sbt

CommandStrings

object CommandStrings extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CommandStrings
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val AboutCommand: String

    The prefix used to identify a request to execute the remaining input on source changes.

  7. val BootCommand: String

  8. def DefaultsBrief: (String, String)

  9. def DefaultsCommand: String

  10. def DefaultsDetailed: String

  11. val EvalCommand: String

  12. def InitBrief: (String, String)

  13. def InitCommand: String

  14. def InitDetailed: String

  15. val InspectCommand: String

  16. val LastCommand: String

  17. val LastGrepCommand: String

  18. def Load: String

  19. def LoadCommand: String

  20. def LoadCommandLabel: String

  21. def LoadFailed: String

  22. def LoadLabel: String

  23. def LoadProject: String

  24. def LoadProjectBrief: (String, String)

  25. def LoadProjectDetailed: String

  26. def LoadProjectImpl: String

  27. val ProjectCommand: String

  28. val ProjectsCommand: String

  29. def SessionCommand: String

  30. val SetCommand: String

  31. val SettingsCommand: String

  32. val ShowCommand: String

  33. val TasksCommand: String

  34. def aboutBrief: String

  35. def aboutDetailed: String

  36. def actBrief: String

  37. def actDetailed: String

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def commonPreamble(label: String): String

  41. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  43. val evalBrief: (String, String)

  44. val evalDetailed: String

  45. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  46. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  47. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  48. val inspectBrief: (String, String)

  49. val inspectDetailed: String

  50. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  51. val lastBrief: (String, String)

  52. val lastDetailed: String

  53. val lastGrepBrief: (String, String)

  54. val lastGrepDetailed: String

  55. def moreAvailableMessage(label: String, search: Boolean): String

  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  59. def projectBrief: (String, String)

  60. def projectDetailed: String

  61. def projectsBrief: String

  62. def projectsDetailed: String

  63. def sbtRCs(s: State): Seq[File]

  64. def sbtrc: String

  65. def sessionBrief: (String, String)

  66. val setBrief: (String, String)

  67. val setDetailed: String

  68. def settingsBrief(label: String): (String, String)

  69. def settingsDetailed(label: String): String

  70. def settingsPreamble: String

  71. def showHelp: Help

  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def tasksPreamble: String

  74. def toString(): String

    Definition Classes
    AnyRef → Any
  75. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  76. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  77. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def AppendCommand: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  2. def ClearOnFailure: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  3. val ContinuousExecutePrefix: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  4. val Exit: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  5. val FailureWall: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to State

  6. def IfLast: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  7. def Multi: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  8. def OnFailure: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  9. val Quit: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  10. def ReadCommand: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  11. def RebootCommand: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  12. def Shell: String

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  13. val TerminateAction: String

    The command name to terminate the program.

    The command name to terminate the program.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Moved to BasicCommandStrings

  14. def globalLogging(s: State): GlobalLogging

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use the globalLogging member of a State instance directly.

  15. def logger(s: State): Logger

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use the log member of a State instance directly.

Inherited from AnyRef

Inherited from Any