Object

coursier.maven

Pom

Related Doc: package maven

Permalink

object Pom

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addOptionalDependenciesInConfig(proj: Project, fromConfigs: Set[Configuration], optionalConfig: Configuration): Project

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dependency(node: Node): Either[String, (Configuration, Dependency)]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def extraAttribute(s: String): Either[String, (Module, String)]

    Permalink
  11. val extraAttributeBase: Set[String]

    Permalink
  12. val extraAttributeDropPrefix: String

    Permalink
  13. val extraAttributeName: String

    Permalink
  14. val extraAttributeOrg: String

    Permalink
  15. val extraAttributePrefix: String

    Permalink
  16. val extraAttributeSeparator: String

    Permalink
  17. val extraAttributeVersion: String

    Permalink
  18. def extraAttributes(s: String): Either[String, Seq[(Module, String)]]

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def guessedSnapshotVersion(version: String, timestamp: String, buildNumber: Int): SnapshotVersion

    Permalink

    If snapshotVersion is missing, guess it based on version, timestamp and buildNumber, as is done in: https://github.com/sbt/ivy/blob/2.3.x-sbt/src/java/org/apache/ivy/plugins/resolver/IBiblioResolver.java

  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def packagingOpt(pom: Node): Option[Type]

    Permalink
  28. def profile(node: Node): Either[String, Profile]

    Permalink
  29. def project(pom: Node): Either[String, Project]

    Permalink
  30. def property(elem: Node): Either[String, (String, String)]

    Permalink

    Returns either a property's key-value pair or an error if the elem is not an element.

    Returns either a property's key-value pair or an error if the elem is not an element.

    This method trims all spaces, whereas Maven has an option to preserve them.

    elem

    a property element

    returns

    the key and the value of the property

    See also

    https://issues.apache.org/jira/browse/MNG-5380

  31. def snapshotVersion(node: Node): Either[String, SnapshotVersion]

    Permalink
  32. def snapshotVersioning(node: Node): Either[String, SnapshotVersioning]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def versions(node: Node): Either[String, Versions]

    Permalink
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped