case class Project(childInheritUrl: Boolean = true, modelVersion: String = SL.DefaultModelVersion, parent: Parent = null, groupId: String = null, artifactId: String = null, version: String = null, packaging: String = SL.JarStr, name: String = null, description: String = null, url: String = null, inceptionYear: String = null, organization: Organization = null, licenses: Seq[License] = Seq[License](), developers: Seq[Developer] = Seq[Developer](), contributors: Seq[Contributor] = Seq[Contributor](), mailingLists: Seq[MailingList] = Seq[MailingList](), modules: Seq[String] = Seq[String](), scm: Scm = null, issueManagement: IssueManagement = null, ciManagement: CIManagement = null, distributionManagement: DistributionManagement = null, properties: Map[String, String] = Map[String, String](), dependencyManagement: Seq[Dependency] = Seq[Dependency](), dependencies: Seq[Dependency] = Seq[Dependency](), repositories: Seq[Repository] = Seq[Repository](), pluginRepositories: Seq[Repository] = Seq[Repository](), build: Build = null, reporting: Reporting = null, profiles: Seq[Profile] = Seq[Profile]()) extends Writable with HoconProjectReader with Product with Serializable
- Alphabetic
- By Inheritance
- Project
- Serializable
- Serializable
- Product
- Equals
- HoconProjectReader
- Writable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Project(elem: Elem)
- new Project(childInheritUrl: Boolean = true, modelVersion: String = SL.DefaultModelVersion, parent: Parent = null, groupId: String = null, artifactId: String = null, version: String = null, packaging: String = SL.JarStr, name: String = null, description: String = null, url: String = null, inceptionYear: String = null, organization: Organization = null, licenses: Seq[License] = Seq[License](), developers: Seq[Developer] = Seq[Developer](), contributors: Seq[Contributor] = Seq[Contributor](), mailingLists: Seq[MailingList] = Seq[MailingList](), modules: Seq[String] = Seq[String](), scm: Scm = null, issueManagement: IssueManagement = null, ciManagement: CIManagement = null, distributionManagement: DistributionManagement = null, properties: Map[String, String] = Map[String, String](), dependencyManagement: Seq[Dependency] = Seq[Dependency](), dependencies: Seq[Dependency] = Seq[Dependency](), repositories: Seq[Repository] = Seq[Repository](), pluginRepositories: Seq[Repository] = Seq[Repository](), build: Build = null, reporting: Reporting = null, profiles: Seq[Profile] = Seq[Profile]())
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
-
implicit
val
archiverConfigReader: ValueReader[Archiver]
- Definition Classes
- HoconProjectReader
- val artifactId: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val build: Build
- val childInheritUrl: Boolean
- val ciManagement: CIManagement
-
implicit
val
ciManagementConfigReader: ValueReader[CIManagement]
- Definition Classes
- HoconProjectReader
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
val
contributorConfigReader: ValueReader[Contributor]
- Definition Classes
- HoconProjectReader
- val contributors: Seq[Contributor]
- val dependencies: Seq[Dependency]
- val dependencyManagement: Seq[Dependency]
- val description: String
-
implicit
val
developerConfigReader: ValueReader[Developer]
- Definition Classes
- HoconProjectReader
- val developers: Seq[Developer]
- val distributionManagement: DistributionManagement
-
implicit
val
distributionManagementConfigReader: ValueReader[DistributionManagement]
- Definition Classes
- HoconProjectReader
-
def
encodeJson(s: String): String
- Definition Classes
- Writable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def generateConf(comments: DocComments): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groupId: String
- val inceptionYear: String
-
def
instanceToString[T](instance: T, cmts: DocComments = DocComments(Seq()))(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], ct: ClassTag[T]): String
Serializes this class to a String in the Hocon format
Serializes this class to a String in the Hocon format
- Definition Classes
- Writable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val issueManagement: IssueManagement
- val keyName: String
- val licenses: Seq[License]
- val mailingLists: Seq[MailingList]
- def makeModelObject(): Model
-
implicit
val
manifestSectionConfigReader: ValueReader[ManifestSection]
- Definition Classes
- HoconProjectReader
- val modelVersion: String
- val modules: Seq[String]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
val
notifierConfigReader: ValueReader[Notifier]
- Definition Classes
- HoconProjectReader
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val organization: Organization
- val packaging: String
- val parent: Parent
- val pluginRepositories: Seq[Repository]
-
implicit
val
profileConfigReader: ValueReader[Profile]
- Definition Classes
- HoconProjectReader
- val profiles: Seq[Profile]
- val properties: Map[String, String]
-
def
readArchiver(conf: Config): Archiver
- Attributes
- protected[org.apache.maven.unbound]
- Definition Classes
- HoconProjectReader
-
def
readFileset(conf: Config): Fileset
- Attributes
- protected[org.apache.maven.unbound]
- Definition Classes
- HoconProjectReader
-
def
readPOM(conf: Config): Project
Converts a Typesafe Config object to a Project case class which can produce Json or XML.
Converts a Typesafe Config object to a Project case class which can produce Json or XML.
- Definition Classes
- HoconProjectReader
- val reporting: Reporting
- val repositories: Seq[Repository]
- val scm: Scm
-
val
spacer: String
- Definition Classes
- Writable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toXmlString: String
returns a string containing a pretty printed XML document represented by the field xml
returns a string containing a pretty printed XML document represented by the field xml
- Definition Classes
- Writable
- val url: String
- val version: String
-
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
- @native() @throws( ... )
-
def
writePOM(os: OutputStream, enc: String = "UTF-8"): Unit
writes this object to the specified stream using the specified encoding
writes this object to the specified stream using the specified encoding
- Definition Classes
- Writable
-
def
writePOM(filename: String): Unit
writes this object to the specified file using UTF-8 character encoding
writes this object to the specified file using UTF-8 character encoding
- Definition Classes
- Writable
-
def
writePOM(writer: Writer): Unit
writes this object into the provided Writer
writes this object into the provided Writer
- Definition Classes
- Writable
- lazy val xml: Elem