Packages

object License

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. License
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def body: SelectionBuilder[License, String]

    The full text of the license

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def conditions[A](innerSelection: SelectionBuilder[LicenseRule, A]): SelectionBuilder[License, List[Option[A]]]

    The conditions set by the license

  8. def description: SelectionBuilder[License, Option[String]]

    A human-readable description of the license

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def featured: SelectionBuilder[License, Boolean]

    Whether the license should be featured

  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hidden: SelectionBuilder[License, Boolean]

    Whether the license should be displayed in license pickers

  16. def id: SelectionBuilder[License, String]
  17. def implementation: SelectionBuilder[License, Option[String]]

    Instructions on how to implement the license

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def key: SelectionBuilder[License, String]

    The lowercased SPDX ID of the license

  20. def limitations[A](innerSelection: SelectionBuilder[LicenseRule, A]): SelectionBuilder[License, List[Option[A]]]

    The limitations set by the license

  21. def name: SelectionBuilder[License, String]

    The license full name specified by <https://spdx.org/licenses>

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def nickname: SelectionBuilder[License, Option[String]]

    Customary short name if applicable (e.g, GPLv3)

  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def permissions[A](innerSelection: SelectionBuilder[LicenseRule, A]): SelectionBuilder[License, List[Option[A]]]

    The permissions set by the license

  27. def pseudoLicense: SelectionBuilder[License, Boolean]

    Whether the license is a pseudo-license placeholder (e.g., other, no-license)

  28. def spdxId: SelectionBuilder[License, Option[String]]

    Short identifier specified by <https://spdx.org/licenses>

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def url: SelectionBuilder[License, Option[URI]]

    URL to the license on <https://choosealicense.com>

  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped