final class Strict extends Rule with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Strict
- Rule
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Strict()
- new Strict(include: Set[ModuleMatcher])
- new Strict(include: Set[ModuleMatcher], exclude: Set[ModuleMatcher])
- new Strict(include: Set[ModuleMatcher], exclude: Set[ModuleMatcher], includeByDefault: Boolean)
- new Strict(include: Set[ModuleMatcher], exclude: Set[ModuleMatcher], includeByDefault: Boolean, ignoreIfForcedVersion: Boolean, semVer: Boolean)
Type Members
- type C = EvictedDependencies
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
- def canEqual(obj: Any): Boolean
- Definition Classes
- Strict → Equals
- def check(res: core.Resolution): Option[EvictedDependencies]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def enforce(res: core.Resolution, ruleRes: RuleResolution): Either[UnsatisfiableRule, Either[UnsatisfiedRule, Option[core.Resolution]]]
- Definition Classes
- Rule
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Strict → Equals → AnyRef → Any
- val exclude: Set[ModuleMatcher]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Strict → AnyRef → Any
- val ignoreIfForcedVersion: Boolean
- val include: Set[ModuleMatcher]
- val includeByDefault: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productArity: Int
- Definition Classes
- Strict → Product
- def productElement(n: Int): Any
- Definition Classes
- Strict → Product
- def productElementName(n: Int): String
- Definition Classes
- Strict → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Strict → Product
- def repr: String
- val semVer: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Strict → AnyRef → Any
- def tryResolve(res: core.Resolution, conflict: EvictedDependencies): Either[UnsatisfiableRule, core.Resolution]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withExclude(exclude: Set[ModuleMatcher]): Strict
- def withIgnoreIfForcedVersion(ignoreIfForcedVersion: Boolean): Strict
- def withInclude(include: Set[ModuleMatcher]): Strict
- def withIncludeByDefault(includeByDefault: Boolean): Strict
- def withSemVer(semVer: Boolean): Strict