C# Class NAnt.Core.ProjectSettingsLoader

显示文件 Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
ConfigureRuntimeFramework FrameworkInfo
ConfigureTargetFramework FrameworkInfo
GetXmlAttributeValue string
ProcessFrameworks void
ProcessGlobalProperties void
ProcessPlatform void
ProjectSettingsLoader System

Public Methods

Method Description
ProcessSettings ( ) : void

Loads and processes settings from the specified XmlNode of the configuration file.

Private Methods

Method Description
ConfigureRuntimeFramework ( ) : FrameworkInfo
ConfigureTargetFramework ( XmlNode platformNode ) : FrameworkInfo
GetXmlAttributeValue ( XmlNode xmlNode, string attributeName ) : string

Gets the value of the specified attribute from the specified node.

ProcessFrameworks ( XmlNode platformNode ) : void

Processes the framework nodes of the given platform node.

ProcessGlobalProperties ( XmlNodeList propertyNodes ) : void

Reads the list of global properties specified in the NAnt configuration file.

ProcessPlatform ( XmlNode platformNode ) : void
ProjectSettingsLoader ( Project project ) : System

Initializes a new instance of the ProjectSettingsLoader class for the given Project.

Method Details

ProcessSettings() public method

Loads and processes settings from the specified XmlNode of the configuration file.
public ProcessSettings ( ) : void
return void