CustomWindowsEnvVarUpdater

case class CustomWindowsEnvVarUpdater(powershellRunner: PowershellRunner, useJni: Option[Boolean]) extends EnvVarUpdater
Companion:
object
trait Serializable
trait Product
trait Equals
class EnvVarUpdater
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product