C# Class Dargon.Nest.DevelopmentUtilities.NestDeployer

Datei anzeigen Open project: the-dargon-project/dargon-root

Public Methods

Method Description
ClientClean ( ) : void
ClientLikeDeployAndInit ( DevDeployment developmentDeployment ) : void
ServerClean ( ) : void
ServerLikeDeployAndInit ( DevDeployment developmentDeployment ) : void

Private Methods

Method Description
CleanDirectory ( string path ) : void
NestDeployer ( ) : Dargon.Nest.Internals
ServerLikeDeployEgg ( DevDeployment deployment, string serverEggsDirectoryPath, DevEgg developmentEgg ) : void

Method Details

ClientClean() public static method

public static ClientClean ( ) : void
return void

ClientLikeDeployAndInit() public static method

public static ClientLikeDeployAndInit ( DevDeployment developmentDeployment ) : void
developmentDeployment DevDeployment
return void

ServerClean() public static method

public static ServerClean ( ) : void
return void

ServerLikeDeployAndInit() public static method

public static ServerLikeDeployAndInit ( DevDeployment developmentDeployment ) : void
developmentDeployment DevDeployment
return void