CustomWindowsEnvVarUpdater

scala.cli.commands.CustomWindowsEnvVarUpdater
See theCustomWindowsEnvVarUpdater companion object
case class CustomWindowsEnvVarUpdater(powershellRunner: PowershellRunner, useJni: Option[Boolean]) extends EnvVarUpdater

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class EnvVarUpdater
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def applyUpdate(update: EnvironmentUpdate): Boolean
def tryRevertUpdate(update: EnvironmentUpdate): Boolean
def withUseJni(opt: Option[Boolean]): CustomWindowsEnvVarUpdater

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product