final case class ResolutionParams(dependencies: Seq[(Configuration, core.Dependency)], fallbackDependencies: Seq[FallbackDependency], configGraphs: Seq[Set[Configuration]], autoScalaLibOpt: Option[(core.Organization, String)], mainRepositories: Seq[core.Repository], parentProjectCache: ProjectCache, interProjectDependencies: Seq[core.Project], internalRepositories: Seq[core.Repository], sbtClassifiers: Boolean, projectName: String, loggerOpt: Option[CacheLogger], cache: FileCache[Task], parallel: Int, params: params.ResolutionParams) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResolutionParams
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResolutionParams(dependencies: Seq[(Configuration, core.Dependency)], fallbackDependencies: Seq[FallbackDependency], configGraphs: Seq[Set[Configuration]], autoScalaLibOpt: Option[(core.Organization, String)], mainRepositories: Seq[core.Repository], parentProjectCache: ProjectCache, interProjectDependencies: Seq[core.Project], internalRepositories: Seq[core.Repository], sbtClassifiers: Boolean, projectName: String, loggerOpt: Option[CacheLogger], cache: FileCache[Task], parallel: Int, params: params.ResolutionParams)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoScalaLibOpt: Option[(core.Organization, String)]
- val cache: FileCache[Task]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val configGraphs: Seq[Set[Configuration]]
- val dependencies: Seq[(Configuration, core.Dependency)]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fallbackDependencies: Seq[FallbackDependency]
- val fallbackDependenciesRepositories: Seq[InMemoryRepository]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val hashCode: Int
- val interProjectDependencies: Seq[core.Project]
- val internalRepositories: Seq[core.Repository]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val loggerOpt: Option[CacheLogger]
- val mainRepositories: Seq[core.Repository]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parallel: Int
- val params: params.ResolutionParams
- val parentProjectCache: ProjectCache
- val projectName: String
- val repositories: Seq[core.Repository]
- lazy val resolutionKey: ResolutionKey
- val sbtClassifiers: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )