Property | Type | Description |
---|
Method | Description | |
---|---|---|
Build ( ) : |
Generates a feed as described by the properties.
|
|
CalculateDigest ( ITaskHandler handler ) : void |
Calculates the ManifestDigest.
|
|
DetectCandidates ( ITaskHandler handler ) : void |
Detects Candidates in the ImplementationDirectory.
|
|
Dispose ( ) : void |
Deletes the TemporaryDirectory.
|
|
GenerateCommands ( ) : void |
Generates Commands and EntryPoints bases on Candidates and MainCandidate.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public CalculateDigest ( ITaskHandler handler ) : void | ||
handler | ITaskHandler | A callback object used when the the user needs to be informed about IO tasks. |
return | void |
public DetectCandidates ( ITaskHandler handler ) : void | ||
handler | ITaskHandler | A callback object used when the the user needs to be informed about IO tasks. |
return | void |