object DependencyGraphSettings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DependencyGraphSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ArtifactPattern(organisation: String, name: String, version: Option[String]) extends Product with Serializable
- type HasModule = AnyRef { val module: sbt.librarymanagement.ModuleID }
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
- val VersionPattern: Regex
- def absoluteReportPath: (sbt.File) ⇒ String
- val artifactPatternParser: sbt.Def.Initialize[(State) ⇒ Parser[ArtifactPattern]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseSettings: Seq[sbt.Def.Setting[_ >: Boolean with Task[UpdateReport] with UpdateConfiguration with Task[(String) ⇒ File]]]
- def browseGraphHTMLTask: sbt.Def.Initialize[Task[URI]]
- def browseTreeHTMLTask: sbt.Def.Initialize[Task[URI]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def crossName(ivyModule: sbt.internal.librarymanagement.IvySbt.Module): String
- def dependencyGraphMLTask: sbt.Def.Initialize[Task[sbt.File]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
- def graphSettings: Seq[sbt.Def.Setting[_]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def ivyReportForConfig(config: Configuration): Seq[sbt.Def.Setting[_]]
- def ivyReportFunctionTask: sbt.Def.Initialize[Task[(String) ⇒ File]]
-
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 openBrowser(uriKey: TaskKey[sbt.URI]): sbt.Def.Initialize[Task[sbt.URI]]
- val renderingAlternatives: Seq[(TaskKey[Unit], (ModuleGraph) ⇒ String)]
- def renderingTaskSettings(key: TaskKey[Unit], renderer: (ModuleGraph) ⇒ String): Seq[sbt.Setting[_]]
- def reportSettings: Seq[sbt.Def.Setting[_]]
- val shouldForceParser: Parser[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetFileAndForceParser: Parser[(sbt.File, Boolean)]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- def writeToFile(what: String, data: String, targetFile: sbt.File, force: Boolean, streams: TaskStreams): sbt.File
- def writeToFile(dataTask: TaskKey[String], fileTask: SettingKey[sbt.File]): sbt.Def.Initialize[Task[sbt.File]]
- object Version