Class/Object

com.sumologic.shellbase

ShellBase

Related Docs: object ShellBase | package shellbase

Permalink

abstract class ShellBase extends AnyRef

A shell base that can be used to build shell like applications.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShellBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShellBase(name: String)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def actualMain(args: Array[String]): Int

    Permalink
  5. def additionalOptions: Seq[Option]

    Permalink

    Return additional command line options.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def banner: String

    Permalink

    Return a custom banner.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def commands: Seq[ShellCommand]

    Permalink

    Return the list of commands.

  10. def enforceNamingConventions: Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def exitShell(exitValue: Int): Unit

    Permalink

    Exit the shell.

    Exit the shell.

    Attributes
    protected
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getListParameter(cmdLine: CommandLine, name: String): Seq[String]

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hideBuiltInCommandsFromHelp(commandName: String): Boolean

    Permalink

    Hide in help built-in commands.

  19. def historyPath: File

    Permalink

    Name of the history file.

  20. def init(cmdLine: CommandLine): Boolean

    Permalink

    Process additional command line options.

  21. def initScriptOpt: Option[File]

    Permalink

    Start-up script

  22. final def initializeCommands(): Unit

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def main(args: Array[String]): Unit

    Permalink
  25. val name: String

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. lazy val notificationManager: ShellNotificationManager

    Permalink

    Manages notifications

  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def parseLine(line: String): List[String]

    Permalink
    Attributes
    protected
  31. def personalDir: File

    Permalink

    User personal directory with shell-related stuff.

  32. def personalScriptDir: File

    Permalink

    Where to look for personal scripts.

  33. def postCommandHooks: Seq[ExecuteHook]

    Permalink
    Attributes
    protected[this]
  34. def preCommandHooks: Seq[ExecuteHook]

    Permalink

    Pre, post command hooks

    Pre, post command hooks

    Attributes
    protected[this]
  35. def prompt: String

    Permalink

    Override for a custom prompt.

  36. def runCommand(line: String): Boolean

    Permalink
  37. def scriptDir: File

    Permalink

    Where to look for scripts.

  38. def scriptExtension: String

    Permalink

    File extension for scripts (without leading dot).

  39. val subCommandExtractor: Regex

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

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def validateCommands(): Unit

    Permalink
  43. def verboseMode: Boolean

    Permalink

    Prints commands to stdout as they're executed

  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped