C# Class NuGetVersionSync.SyncNuGetVersionTask

Inheritance: WildcardFileSearchTask
Show file Open project: roryprimrose/Headless

Private Properties

Property Type Description
GetSourceBinaryPath string
SyncNuGetVersionTask System

Public Methods

Method Description
IsValidArgumentSet ( IEnumerable arguments ) : bool

Determines whether the specified arguments are valid.

Protected Methods

Method Description
FileMatchFound ( string filePath ) : FileMatchResult
OnBeforeSearch ( IEnumerable arguments ) : void

Private Methods

Method Description
GetSourceBinaryPath ( IEnumerable arguments ) : string

Gets the source binary path.

SyncNuGetVersionTask ( EventWriter eventWriter, [ binaryVersionReader ) : System

Method Details

FileMatchFound() protected method

protected FileMatchFound ( string filePath ) : FileMatchResult
filePath string
return FileMatchResult

IsValidArgumentSet() public method

Determines whether the specified arguments are valid.
public IsValidArgumentSet ( IEnumerable arguments ) : bool
arguments IEnumerable /// The arguments for the task. ///
return bool

OnBeforeSearch() protected method

protected OnBeforeSearch ( IEnumerable arguments ) : void
arguments IEnumerable
return void