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 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, command: Option[String] = None, params: Map[String, String] = Map.empty, additionalImports: List[Path] = Nil, bundleToRun: Option[String] = None, listBundles: Boolean = false, src: Option[String] = None, language: Option[String] = None, overwrite: Boolean = false, server: Boolean = false, serverHost: String = "localhost", serverPort: Int = 8080, serverAuthUsername: String = "", serverAuthPassword: String = "", nocolors: Boolean = false, listPlugins: Boolean = false, addPlugin: Option[String] = None, rmPlugin: 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. class PluginManager extends AnyRef

    Plugin management component

  16. class PythonFrontendConfig extends AnyRef
  17. sealed trait SLProduct extends AnyRef
  18. 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)

  19. implicit class StringOps extends AnyRef
  20. class ToolsConfig extends AnyRef
  21. implicit class UnixUtils[A] extends AnyRef

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped