ConsoleDriver Class

Summary

Main entry point to NAnt that is called by the ConsoleStub.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ConsoleDriver"] class Type type-node

Syntax

public class ConsoleDriver

Methods

Name Value Summary
CreateListener(string) IBuildListener
Dynamically constructs an NAnt.Core.IBuildListener instance of the class specified.
static
CreateLogger(string) IBuildLogger
Dynamically constructs an NAnt.Core.IBuildLogger instance of the class specified.
static
GetBuildFileName(string, string, bool) string
Gets the file name for the build file in the specified directory.
static
Main(string[]) int
Starts NAnt. This is the Main entry point.
static
ShowProjectHelp(XmlDocument) void
Prints the projecthelp to the console.
static