Packages

final class ProfileUpdater extends EnvVarUpdater with Product with Serializable

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

Instance Constructors

  1. new ProfileUpdater()
  2. new ProfileUpdater(home: Option[Path], getEnv: Option[(String) => Option[String]], charset: Charset, pathSeparator: 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. def applyUpdate(update: EnvironmentUpdate, title: Option[String]): Boolean
  5. def applyUpdate(update: EnvironmentUpdate, title: String): Boolean
  6. def applyUpdate(update: EnvironmentUpdate): Boolean
    Definition Classes
    ProfileUpdaterEnvVarUpdater
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canEqual(obj: Any): Boolean
    Definition Classes
    ProfileUpdater → Equals
  9. val charset: Charset
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    ProfileUpdater → 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. val getEnv: Option[(String) => Option[String]]
  16. def hashCode(): Int
    Definition Classes
    ProfileUpdater → AnyRef → Any
  17. val home: Option[Path]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val pathSeparator: String
  23. def productArity: Int
    Definition Classes
    ProfileUpdater → Product
  24. def productElement(n: Int): Any
    Definition Classes
    ProfileUpdater → Product
  25. def productElementName(n: Int): String
    Definition Classes
    ProfileUpdater → Product
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def productIterator: Iterator[Any]
    Definition Classes
    Product
  28. def productPrefix: String
    Definition Classes
    ProfileUpdater → Product
  29. def profileFiles(): Seq[Path]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    ProfileUpdater → AnyRef → Any
  32. def tryRevertUpdate(title: String): Boolean
  33. def tryRevertUpdate(update: EnvironmentUpdate): Boolean
    Definition Classes
    ProfileUpdaterEnvVarUpdater
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def withCharset(charset: Charset): ProfileUpdater
  38. def withGetEnv(getEnv: Option[(String) => Option[String]]): ProfileUpdater
  39. def withHome(home: Option[Path]): ProfileUpdater
  40. def withPathSeparator(pathSeparator: String): ProfileUpdater

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EnvVarUpdater

Inherited from AnyRef

Inherited from Any

Ungrouped