sbt

BasicCommandStrings

object BasicCommandStrings extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BasicCommandStrings
  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 AliasCommand: String

  7. def AliasDetailed: String

  8. def AppendCommand: String

  9. def AppendLastDetailed: String

  10. def ApplyCommand: String

  11. def ApplyDetailed: String

  12. def ClearOnFailure: String

  13. val ContinuousExecutePrefix: String

  14. val Exit: String

  15. val HelpCommand: String

  16. def HistoryHelpBrief: (String, String)

  17. def IfLast: String

  18. def IfLastCommon: String

  19. def IfLastDetailed: String

  20. def Multi: String

  21. def MultiBrief: (String, String)

  22. def MultiDetailed: String

  23. def OnFailure: String

  24. def OnFailureDetailed: String

  25. val Quit: String

  26. def ReadCommand: String

  27. def ReadDetailed: String

  28. def ReadFiles: String

  29. def RebootCommand: String

  30. def RebootDetailed: String

  31. def Shell: String

  32. def ShellDetailed: String

  33. val TerminateAction: String

    The command name to terminate the program.

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def continuousBriefHelp: (String, String)

  37. def continuousDetail: String

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

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

    Definition Classes
    AnyRef → Any
  40. def exitBrief: String

  41. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  44. def helpBrief: (String, String)

  45. def helpDetailed: String

  46. def historyHelp: Help

  47. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  48. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any