Packages

final class MaybeSetupPath extends SetupStep with Product with Serializable

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

Instance Constructors

  1. new MaybeSetupPath(installDir: InstallDir, envVarUpdaterOpt: Option[Either[WindowsEnvVarUpdater, ProfileUpdater]], getEnv: (String) ⇒ Option[String], pathSeparator: String, confirm: Confirm)

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 banner: String
    Definition Classes
    MaybeSetupPathSetupStep
  6. def canEqual(obj: Any): Boolean
    Definition Classes
    MaybeSetupPath → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val confirm: Confirm
  9. val envVarUpdaterOpt: Option[Either[WindowsEnvVarUpdater, ProfileUpdater]]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    MaybeSetupPath → Equals → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def fullTask(out: PrintStream): Task[Unit]
    Definition Classes
    SetupStep
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val getEnv: (String) ⇒ Option[String]
  16. def hashCode(): Int
    Definition Classes
    MaybeSetupPath → AnyRef → Any
  17. val installDir: InstallDir
  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
    MaybeSetupPath → Product
  24. def productElement(n: Int): Any
    Definition Classes
    MaybeSetupPath → Product
  25. def productIterator: Iterator[Any]
    Definition Classes
    Product
  26. def productPrefix: String
    Definition Classes
    MaybeSetupPath → Product
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def task: Task[Unit]
    Definition Classes
    MaybeSetupPathSetupStep
  29. def toString(): String
    Definition Classes
    MaybeSetupPath → AnyRef → Any
  30. def tryRevert: Task[Unit]
    Definition Classes
    MaybeSetupPathSetupStep
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withConfirm(confirm: Confirm): MaybeSetupPath
  35. def withEnvVarUpdaterOpt(envVarUpdaterOpt: Option[Either[WindowsEnvVarUpdater, ProfileUpdater]]): MaybeSetupPath
  36. def withGetEnv(getEnv: (String) ⇒ Option[String]): MaybeSetupPath
  37. def withInstallDir(installDir: InstallDir): MaybeSetupPath
  38. def withPathSeparator(pathSeparator: String): MaybeSetupPath

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SetupStep

Inherited from AnyRef

Inherited from Any

Ungrouped