C# Class NAnt.Win32.Functions.CygpathFunctions

Inheritance: NAnt.Core.FunctionSetBase
Exibir arquivo Open project: skolima/NAnt

Public Methods

Method Description
CygpathFunctions ( Project project, PropertyDictionary properties ) : System

Initializes a new instance of the CygpathFunctions class with the specified Project and properties.

Private Methods

Method Description
GetDosPath ( string path ) : string
GetTask ( Stream stream ) : ExecTask

Factory method to return a new instance of ExecTask

GetUnixPath ( string path ) : string
GetWindowsPath ( string path ) : string
RunCygpathString ( Argument args ) : string

Runs cygpath with the specified arguments and returns the result as a string.

Method Details

CygpathFunctions() public method

Initializes a new instance of the CygpathFunctions class with the specified Project and properties.
public CygpathFunctions ( Project project, PropertyDictionary properties ) : System
project NAnt.Core.Project The in which the class is used.
properties NAnt.Core.PropertyDictionary The set of properties to use for macro expansion.
return System