object DependencyTreeSettings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DependencyTreeSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ArtifactPattern(organization: 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: (File) ⇒ String
- val artifactPatternParser: Def.Initialize[(State) ⇒ Parser[ArtifactPattern]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
baseBasicReportingSettings: Seq[Def.Setting[_]]
MiniDependencyTreePlugin includes these settings for Compile and Test scopes to provide dependencyTree task.
-
lazy val
baseFullReportingSettings: Seq[Def.Setting[_]]
This is the maximum strength settings for DependencyTreePlugin.
- def browseGraphHTMLTask: Def.Initialize[Task[URI]]
- def browseTreeHTMLTask: Def.Initialize[Task[URI]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
coreSettings: Seq[Def.Setting[_ >: Task[UpdateReport] with UpdateConfiguration with Task[Module] with Task[IvyConfiguration] with UpdateOptions <: AnyRef]]
Core settings needed for any graphing tasks.
- def crossName(ivyModule: Module): String
- def dependencyGraphMLTask: Def.Initialize[Task[File]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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 openBrowser(uriKey: TaskKey[URI]): Def.Initialize[Task[URI]]
- def renderingAlternatives: Seq[(TaskKey[Unit], (ModuleGraph) ⇒ String)]
- def renderingTaskSettings(key: TaskKey[Unit]): Seq[Def.Setting[_]]
- def renderingTaskSettings(key: TaskKey[Unit], renderer: (ModuleGraph) ⇒ String): Seq[Def.Setting[_]]
- val shouldForceParser: Parser[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targetFileAndForceParser: Parser[(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
- @throws( ... ) @native()
- def writeToFile(what: String, data: String, targetFile: File, force: Boolean, streams: TaskStreams): File
- def writeToFile(dataTask: TaskKey[String], fileTask: SettingKey[File]): Def.Initialize[Task[File]]
- object Version