C# Class Bottles.Environment.CanWriteToFolder

Inheritance: IEnvironmentRequirement
Mostra file Open project: DarthFubuMVC/bottles

Public Properties

Property Type Description
DescriptionMessage string
FailureMessage string
SuccessMessage string
TracerFile string

Public Methods

Method Description
CanWriteToFolder ( string folder ) : System
Check ( IPackageLog log ) : void
Describe ( ) : string

Method Details

CanWriteToFolder() public method

public CanWriteToFolder ( string folder ) : System
folder string
return System

Check() public method

public Check ( IPackageLog log ) : void
log IPackageLog
return void

Describe() public method

public Describe ( ) : string
return string

Property Details

DescriptionMessage public_oe property

public string DescriptionMessage
return string

FailureMessage public_oe property

public string FailureMessage
return string

SuccessMessage public_oe property

public string SuccessMessage
return string

TracerFile public_oe property

public string TracerFile
return string