Packages

p

sbt.internal

librarymanagement

package librarymanagement

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class CompatibilityWarningOptions extends AnyRef
  2. class ComponentManager extends AnyRef

    A component manager provides access to the pieces of xsbt that are distributed as components.

    A component manager provides access to the pieces of xsbt that are distributed as components. There are two types of components. The first type is compiled subproject jars with their dependencies. The second type is a subproject distributed as a source jar so that it can be compiled against a specific version of Scala.

    The component manager provides services to install and retrieve components to the local repository. This is used for compiled source jars so that the compilation need not be repeated for other projects on the same machine.

  3. final class ConfigurationReportLite extends Serializable
  4. final class CustomPomParser extends ModuleDescriptorParser
  5. sealed trait IfMissing extends AnyRef
  6. class InvalidComponent extends RuntimeException
  7. class IvyCache extends AnyRef

    Provides methods for working at the level of a single jar file with the default Ivy cache.

  8. final class IvySbt extends AnyRef
  9. class MakePom extends AnyRef
  10. class NotInCache extends RuntimeException
  11. class ProjectResolver extends ResolverAdapter

    A Resolver that uses a predefined mapping from module ids to in-memory descriptors.

    A Resolver that uses a predefined mapping from module ids to in-memory descriptors. It does not handle artifacts.

  12. abstract class ResolverAdapter extends DependencyResolver
    Annotations
    @SuppressWarnings()
  13. final class SemComparator extends SemComparatorExtra with Serializable
  14. final class SemSelAndChunk extends Serializable
  15. sealed abstract class SemSelOperator extends AnyRef
  16. final class UpdateReportLite extends Serializable

Value Members

  1. object CompatibilityWarningOptions
  2. object ComponentManager
  3. object ConfigurationReportLite extends Serializable
  4. object CustomPomParser
  5. object FakeRawRepository
  6. object IfMissing
  7. object InternalDefaults

    This is a list of functions with default values.

  8. object IvyActions
  9. object IvyInternalDefaults

    This is a list of functions with default values.

  10. object IvyRetrieve
  11. object IvyScalaUtil
  12. object IvyXml
  13. object LMSysProp
  14. object MakePom
  15. object ProjectResolver
  16. object SemComparator extends SemComparatorFunctions with Serializable
  17. object SemSelAndChunk extends SemSelAndChunkFunctions with Serializable
  18. object SemSelOperator
  19. object StringUtilities
  20. object UpdateClassifiersUtil
  21. object UpdateReportLite extends Serializable
  22. object VersionRange

Ungrouped