final class ModuleInfo extends Serializable
Additional information about a project module
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ModuleInfo
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
copy(nameFormal: String = nameFormal, description: String = description, homepage: Option[URL] = homepage, startYear: Option[Int] = startYear, licenses: Vector[(String, URL)] = licenses, organizationName: String = organizationName, organizationHomepage: Option[URL] = organizationHomepage, scmInfo: Option[ScmInfo] = scmInfo, developers: Vector[Developer] = developers): ModuleInfo
- Attributes
- protected[this]
- val description: String
- val developers: Vector[Developer]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- ModuleInfo → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- ModuleInfo → AnyRef → Any
- val homepage: Option[URL]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val licenses: Vector[(String, URL)]
- val nameFormal: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val organizationHomepage: Option[URL]
- val organizationName: String
- val scmInfo: Option[ScmInfo]
- val startYear: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ModuleInfo → AnyRef → Any
-
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 withDescription(description: String): ModuleInfo
- def withDevelopers(developers: Vector[Developer]): ModuleInfo
- def withHomepage(homepage: Option[URL]): ModuleInfo
- def withLicenses(licenses: Vector[(String, URL)]): ModuleInfo
- def withNameFormal(nameFormal: String): ModuleInfo
- def withOrganizationHomepage(organizationHomepage: Option[URL]): ModuleInfo
- def withOrganizationName(organizationName: String): ModuleInfo
- def withScmInfo(scmInfo: Option[ScmInfo]): ModuleInfo
- def withStartYear(startYear: Option[Int]): ModuleInfo