C# Class NuGet.Program

Show file Open project: themotleyfool/NuGet Class Usage Examples

Private Properties

Property Type Description
AddExtensionsToCatalog void
GetCommandLineSettings ISettings
Initialize void
RegisterExtensions void
RemoveOldFile void

Public Methods

Method Description
ArgumentCountValid ( ICommand command ) : bool
Main ( string args ) : int

Private Methods

Method Description
AddExtensionsToCatalog ( System.ComponentModel.Composition.Hosting.AggregateCatalog catalog ) : void
GetCommandLineSettings ( IFileSystem workingDirectory ) : ISettings
Initialize ( IFileSystem fileSystem, IConsole console ) : void
RegisterExtensions ( System.ComponentModel.Composition.Hosting.AggregateCatalog catalog, IEnumerable enumerateFiles ) : void
RemoveOldFile ( IFileSystem fileSystem ) : void

Method Details

ArgumentCountValid() public static method

public static ArgumentCountValid ( ICommand command ) : bool
command ICommand
return bool

Main() public static method

public static Main ( string args ) : int
args string
return int