p

sbt

internal

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class AddSettings extends AnyRef

    Represents how settings from various sources are automatically merged into a Project's settings.

    Represents how settings from various sources are automatically merged into a Project's settings. This only configures per-project settings and not global or per-build settings.

  2. sealed trait Aggregation extends AnyRef
  3. trait AppenderSupplier extends AnyRef

    A functional interface that allows us to preserve binary compatibility for LogManager.defaults with the old log4j variant.

  4. trait BuildDef extends AnyRef
  5. final class BuildDependencies extends AnyRef
  6. final class BuildLoader extends AnyRef

    Defines the responsible for loading builds.

  7. final class BuildStructure extends AnyRef
  8. final class BuildUnit extends AnyRef

    The loaded, but unresolved build unit.

  9. sealed trait BuildUnitBase extends AnyRef
  10. final class BuildUtil[Proj] extends AnyRef
  11. class ClassLoaderClose extends AnyRef
  12. class DefaultRunProfiler extends RunProfiler
  13. case class DetectedAutoPlugin(name: String, value: AutoPlugin, hasAutoImport: Boolean) extends Product with Serializable

    Auto-detected auto plugin.

  14. final class DetectedModules[T] extends AnyRef

    Auto-detected top-level modules (as in object X) of type T paired with their source names.

  15. final class DetectedPlugins extends AnyRef

    Auto-discovered modules for the build definition project.

    Auto-discovered modules for the build definition project. These include modules defined in build definition sources as well as modules in binary dependencies.

  16. sealed trait DslEntry extends AnyRef

    This represents a Setting expression configured by the sbt DSL.

  17. trait ExtendableKeyIndex extends KeyIndex
  18. class GCMonitor extends GCMonitorBase with AutoCloseable
  19. trait GCMonitorBase extends AnyRef
  20. final case class GlobalPlugin(data: GlobalPluginData, structure: BuildStructure, inject: Seq[Def.Setting[_]], base: File) extends Product with Serializable
  21. final case class GlobalPluginData(projectID: ModuleID, dependencies: Seq[ModuleID], descriptors: Map[ModuleRevisionId, ModuleDescriptor], resolvers: Vector[Resolver], fullClasspath: Classpath, internalClasspath: Classpath)(updateReport: UpdateReport) extends Product with Serializable
  22. final class IncompatiblePluginsException extends Exception
  23. trait KeyIndex extends AnyRef
  24. final case class LoadBuildConfiguration(stagingDirectory: File, classpath: Classpath, loader: ClassLoader, compilers: Compilers, evalPluginDef: (BuildStructure, State) ⇒ PluginData, delegates: (LoadedBuild) ⇒ (Scope) ⇒ Seq[Scope], scopeLocal: Def.ScopeLocal, pluginManagement: PluginManagement, injectSettings: InjectSettings, globalPlugin: Option[GlobalPlugin], extraBuilds: Seq[URI], log: Logger) extends Product with Serializable
  25. final class LoadedBuild extends AnyRef
  26. final class LoadedBuildUnit extends BuildUnitBase

    A resolved build unit.

    A resolved build unit. (ResolvedBuildUnit would be a better name to distinguish it from the loaded, but unresolved BuildUnit.)

  27. final class LoadedDefinitions extends AnyRef

    The built and loaded build definition, including loaded but unresolved Projects, for a build unit (for a single URI).

  28. final class LoadedPlugins extends AnyRef

    The built and loaded build definition project.

  29. sealed abstract class LogManager extends AnyRef
  30. final class MetaBuildLoader extends URLClassLoader
    Annotations
    @SuppressWarnings()
  31. final class MultiHandler[S, T] extends AnyRef
  32. final class ParsedKey extends AnyRef
  33. final class PartBuild extends AnyRef
  34. final class PartBuildUnit extends BuildUnitBase
  35. final case class PluginManagement(overrides: Set[ModuleID], applyOverrides: Set[ModuleID], loader: PluginClassLoader, initialLoader: ClassLoader, context: Context) extends Product with Serializable
  36. final class ProjectNavigation extends AnyRef
  37. class RelayAppender extends ConsoleAppender
  38. final case class SessionSettings(currentBuild: URI, currentProject: Map[URI, String], original: Seq[Def.Setting[_]], append: SessionMap, rawAppend: Seq[Def.Setting[_]], currentEval: () ⇒ Eval) extends Product with Serializable

    Represents (potentially) transient settings added into a build via commands/user.

    Represents (potentially) transient settings added into a build via commands/user.

    currentBuild

    The current sbt build with which we scope new settings

    currentProject

    The current project with which we scope new settings.

    original

    The original list of settings for this build.

    append

    Settings which have been defined and appended that may ALSO be saved to disk.

    rawAppend

    Settings which have been defined and appended which CANNOT be saved to disk

    currentEval

    A compiler we can use to compile new setting strings.

  39. case class SettingGraph(name: String, definedIn: Option[String], data: Option[ScopedKeyData[_]], description: Option[String], basedir: File, depends: Set[SettingGraph]) extends Product with Serializable
  40. final class StructureIndex extends AnyRef
  41. trait TaskSequential extends AnyRef

    This trait injected to Def object to provide sequential functions for tasks.

  42. sealed trait VirtualFileValueCache[A] extends AnyRef

    Cache based on path and its stamp.

  43. class XMainConfiguration extends AnyRef

    Generates a new app configuration and invokes xMainImpl.run.

    Generates a new app configuration and invokes xMainImpl.run. For AppConfigurations generated by recent launchers, it is unnecessary to modify the original configuration, but configurations generated by older launchers need to be modified to place the test interface jar higher in the class hierarchy. The methods this object are implemented without using the scala library so that we can avoid loading any classes from the old scala provider.

Value Members

  1. object AbstractTaskExecuteProgress
  2. object Act
  3. object AddSettings
  4. object Aggregation
  5. object BuildDependencies
  6. object BuildLoader
  7. object BuildStreams
  8. object BuildUtil
  9. object CommandStrings
  10. object ConsoleProject
  11. object DslEntry
  12. object FileChangesMacro

    Provides extension methods to TaskKey[T] that can be use to fetch the input and output file dependency changes for a task.

    Provides extension methods to TaskKey[T] that can be use to fetch the input and output file dependency changes for a task. Nothing in this object is intended to be called directly but, because there are macro definitions, some of the definitions must be public.

  13. object GlobalPlugin extends Serializable
  14. object Graph
  15. object Index
  16. object Inspect
  17. object IvyConsole
  18. object KeyIndex
  19. object LintUnused
  20. object LogManager
  21. object Output
  22. object PluginDiscovery
  23. object PluginManagement extends Serializable
  24. object ProjectNavigation
  25. object RemoteCache
  26. object Resolve
  27. object RetrieveUnit
  28. object Script
  29. object SessionSettings extends Serializable
  30. object SettingGraph extends Serializable
  31. object SysProp
  32. object VirtualFileValueCache

Ungrouped