object DocUtil
- Alphabetic
- By Inheritance
- DocUtil
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copyResource(path: String, out: File): Unit
Copies the contents of a resource into a given file.
Copies the contents of a resource into a given file.
- path
the resource path (absolute)
- out
the target file to write to
- def defaultUnpackDir(baseDir: File, docModule: Module): File
- def defaultUnpackDirBase(baseDir: File, groupId: String, artifactId: String): File
The directory in which we would find the version sub-directories of a module.
- def downloadAndExtract(docModule: Module, target: File, darkCss: Boolean = false, repoBase: URL = mavenCentral, deleteOnExit: Boolean = false)(implicit exec: ExecutionContext): (FileDownload, Future[Unit])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findModuleVersions(docModule: Module, repoBase: URL = mavenCentral)(implicit exec: ExecutionContext): Future[Metadata]
Reads the maven meta data for a documentation module.
Reads the maven meta data for a documentation module. It only uses the
groupIdandartifactIdand ignores the version, instead returning all found versions, sorted from newest to oldest. - final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mavenCentral: URL
- def mkJavadocDownloadUrl(docModule: Module, repoBase: URL = mavenCentral): URL
- def mkJavadocMetaDataUrl(docModule: Module, repoBase: URL = mavenCentral): URL
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def setScalaCssStyle(dark: Boolean, baseDir: File): Unit
Sets the scala-doc CSS files to either dark or light skin.
Sets the scala-doc CSS files to either dark or light skin.
- dark
truefor dark look,falsefor light look- baseDir
base directory of extracted java-docs. The CSS files will be placed inside the
libdirectory inbaseDir
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated