C# Class FOG.LinuxInstall

Inheritance: IInstall
Datei anzeigen Open project: FOGProject/fog-client Class Usage Examples

Public Methods

Method Description
Configure ( ) : bool
GetLocation ( ) : string
Install ( ) : bool
Install ( string https, string tray, string server, string webRoot, string company, string rootLog ) : bool
PrepareFiles ( ) : bool
PrintInfo ( ) : void
Uninstall ( ) : bool
isInitd ( ) : bool
isSystemd ( ) : bool

Private Methods

Method Description
AddControlScripts ( ) : bool

Method Details

Configure() public method

public Configure ( ) : bool
return bool

GetLocation() public method

public GetLocation ( ) : string
return string

Install() public method

public Install ( ) : bool
return bool

Install() public method

public Install ( string https, string tray, string server, string webRoot, string company, string rootLog ) : bool
https string
tray string
server string
webRoot string
company string
rootLog string
return bool

PrepareFiles() public method

public PrepareFiles ( ) : bool
return bool

PrintInfo() public method

public PrintInfo ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : bool
return bool

isInitd() public method

public isInitd ( ) : bool
return bool

isSystemd() public method

public isSystemd ( ) : bool
return bool