Summary
Gets a collection containing fully qualified type names of classes
implementing NAnt.Core.IBuildListener
that should be added
to the project as listeners.
Syntax
[CommandLineArgument(CommandLineArgumentTypes.MultipleUnique, Name = "listener", Description = "Add an instance of class as a project listener")]
public StringCollection Listeners { get; }
Attributes
Value
Type |
Description |
StringCollection |
A collection of fully qualified type names that should be added as
listeners to the NAnt.Core.Project .
|