object Group extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Group
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class MavenMetadata(organization: Organization, name: ModuleName, files: DirContent) extends Group with Product with Serializable
Subset of a FileSet corresponding to maven-metadata.xml files.
- final case class Module(organization: Organization, name: ModuleName, version: String, snapshotVersioning: Option[String], files: DirContent) extends Group with Product with Serializable
Subset of a FileSet corresponding to a particular module.
Subset of a FileSet corresponding to a particular module.
That is to the files of a particular - published - version of a given module.
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
- def addOrUpdateMavenMetadata(groups: Seq[Group], now: Instant, pool: ExecutorService): Task[Seq[Group]]
Ensure all Module s in the passed
groupshave a corresponding MavenMetadata group. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def downloadMavenMetadata(orgNames: Seq[(Organization, ModuleName)], download: Download, repository: MavenRepository, logger: DownloadLogger, pool: ExecutorService): Task[Seq[MavenMetadata]]
- def downloadSnapshotVersioningMetadata(m: Module, download: Download, repository: MavenRepository, logger: DownloadLogger): Module
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge(groups: Seq[Group]): Either[String, FileSet]
Can be "left" if some duplicated Module s or MavenMetadata s are found.
- def mergeMavenMetadata(groups: Seq[MavenMetadata], now: Instant, pool: ExecutorService): Task[Seq[MavenMetadata]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def split(fs: FileSet): Seq[Group]
Identify the Group s each file of the passed FileSet correspond to.
- 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