final class Profile extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Profile
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Profile(id: String, activeByDefault: Option[Boolean], activation: Activation, dependencies: Seq[(Configuration, Dependency)], dependencyManagement: Seq[(Configuration, Dependency)], properties: Map[String, String])

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. val activation: Activation
  5. val activeByDefault: Option[Boolean]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    Profile → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val dependencies: Seq[(Configuration, Dependency)]
  10. val dependencyManagement: Seq[(Configuration, Dependency)]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    Profile → Equals → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Profile → AnyRef → Any
  16. val id: String
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productArity: Int
    Definition Classes
    Profile → Product
  22. def productElement(n: Int): Any
    Definition Classes
    Profile → Product
  23. def productElementName(n: Int): String
    Definition Classes
    Profile → Product
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def productIterator: Iterator[Any]
    Definition Classes
    Product
  26. def productPrefix: String
    Definition Classes
    Profile → Product
  27. val properties: Map[String, String]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Profile → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def withActivation(activation: Activation): Profile
  34. def withActiveByDefault(activeByDefault: Option[Boolean]): Profile
  35. def withDependencies(dependencies: Seq[(Configuration, Dependency)]): Profile
  36. def withDependencyManagement(dependencyManagement: Seq[(Configuration, Dependency)]): Profile
  37. def withId(id: String): Profile
  38. def withProperties(properties: Map[String, String]): Profile

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped