t

org.apache.maven.unbound

HoconProjectReader

trait HoconProjectReader extends AnyRef

This trait provides the ability to read Maven POM projects from Typesafe Config objects. Since the Typesafe ConfigFactory provides so many ways to read Typesafe Config objects, only the Config -> Maven POM case class is provided here. Ficus is used to automate much of the conversion.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val archiverConfigReader: ValueReader[Archiver]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val ciManagementConfigReader: ValueReader[CIManagement]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. implicit val contributorConfigReader: ValueReader[Contributor]
  9. implicit val developerConfigReader: ValueReader[Developer]
  10. implicit val distributionManagementConfigReader: ValueReader[DistributionManagement]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit val manifestSectionConfigReader: ValueReader[ManifestSection]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. implicit val notifierConfigReader: ValueReader[Notifier]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. implicit val profileConfigReader: ValueReader[Profile]
  23. def readArchiver(conf: Config): Archiver
    Attributes
    protected[org.apache.maven.unbound]
  24. def readFileset(conf: Config): Fileset
    Attributes
    protected[org.apache.maven.unbound]
  25. def readPOM(conf: Config): Project

    Converts a Typesafe Config object to a Project case class which can produce Json or XML.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped