package console

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

Package Members

  1. package cpgcreation
  2. package cpgqlserver
  3. package embammonite
  4. package scripting
  5. package testing
  6. package workspacehandling

Type Members

  1. trait BridgeBase extends AnyRef

    Base class for Ammonite Bridge.

    Base class for Ammonite Bridge. Nothing to see here, move along.

  2. class CSharpFrontendConfig extends AnyRef
  3. class Commit extends LayerCreator
  4. class CommitOptions extends LayerCreatorOptions
  5. case class Config(scriptFile: Option[Path] = None, params: Map[String, String] = Map.empty, additionalImports: List[Path] = Nil, nocolors: Boolean = false, server: Boolean = false, serverHost: String = "localhost", serverPort: Int = 8080, serverAuthUsername: String = "", serverAuthPassword: String = "", command: Option[String] = None) extends Product with Serializable
  6. class Console[T <: Project] extends ScriptManager
  7. class ConsoleConfig extends AnyRef
  8. class FuzzyCFrontendConfig extends AnyRef
  9. class GoFrontendConfig extends AnyRef
  10. class InstallConfig extends AnyRef

    Installation configuration of Console

  11. class JavaFrontendConfig extends AnyRef
  12. class JsFrontendConfig extends AnyRef
  13. class LanguageFrontendConfig extends AnyRef
  14. class LlvmFrontendConfig extends AnyRef
  15. sealed trait SLProduct extends AnyRef
  16. class StorageBackend extends Folder

    like the default ammonite folder storage (which gives us e.g.

    like the default ammonite folder storage (which gives us e.g. command history), but without the CodePredef error when using multiple ocular installations (see https://github.com/ShiftLeftSecurity/product/issues/2082)

  17. implicit class StringOps extends AnyRef
  18. class ToolsConfig extends AnyRef
  19. implicit class UnixUtils[A] extends AnyRef

Value Members

  1. object CSharpFrontendConfig
  2. object Commit
  3. object CpgConverter
  4. object DefaultAmmoniteExecutor extends AmmoniteExecutor
  5. object FuzzyCFrontendConfig
  6. object GoFrontendConfig
  7. object Help
  8. object InstallConfig
  9. object JavaFrontendConfig
  10. object JoernProduct extends SLProduct with Product with Serializable
  11. object JsFrontendConfig
  12. object LanguageFrontendConfig
  13. object LanguageHelper
  14. object LlvmFrontendConfig
  15. object OcularProduct extends SLProduct with Product with Serializable
  16. object Predefined
  17. object Run
  18. object StorageBackend
  19. object ToolsConfig
  20. object pprinter

Inherited from AnyRef

Inherited from Any

Ungrouped