C# Class sos.spooler.SpoolerParams

Show file Open project: sos-berlin/scheduler-engine Class Usage Examples

Public Methods

Method Description
SpoolerParams ( Task task, Spooler spooler, bool isOrderJob, bool isShellMode ) : System
get ( string name ) : string
getAll ( ) : Variable_set
set ( string name, string value ) : void
value ( string name ) : string

Private Methods

Method Description
SetEnvVar ( string name, string value ) : void
SetEnvVars ( ) : void

Method Details

SpoolerParams() public method

public SpoolerParams ( Task task, Spooler spooler, bool isOrderJob, bool isShellMode ) : System
task Task
spooler Spooler
isOrderJob bool
isShellMode bool
return System

get() public method

public get ( string name ) : string
name string
return string

getAll() public method

public getAll ( ) : Variable_set
return Variable_set

set() public method

public set ( string name, string value ) : void
name string
value string
return void

value() public method

public value ( string name ) : string
name string
return string