Class SourceConfigOutputDirArguments
Inheritance
SourceConfigOutputDirArguments
Inherited Members
Namespace: AnalysisPrograms.Production.Arguments
Assembly: AnalysisPrograms.dll
Syntax
public abstract class SourceConfigOutputDirArguments : SourceAndConfigArguments
Properties
| Improve this Doc View SourceOutput
Declaration
[Argument(2, Description = "A directory to write output to")]
[Required]
[DirectoryExistsOrCreate(true, true)]
[LegalFilePath]
public virtual DirectoryInfo Output { get; set; }
Property Value
Type | Description |
---|---|
DirectoryInfo |
Methods
| Improve this Doc View SourceToAnalysisSettings(AnalysisSettings, Boolean, String, Config)
Helper method used for Execute and Dev entry points. Mocks the values normally set by analysis coordinator.
Declaration
public virtual AnalysisSettings ToAnalysisSettings(AnalysisSettings defaults = null, bool outputIntermediate = false, string resultSubDirectory = null, Config configuration = null)
Parameters
Type | Name | Description |
---|---|---|
AnalysisSettings | defaults | The default AnalysisSettings used - usually from the IAnalyzer2 interface. |
Boolean | outputIntermediate | The output Intermediate switch - true to use the default writing behavior. |
String | resultSubDirectory | Path to further nest results. |
Config | configuration | The configuration object to use. |
Returns
Type | Description |
---|---|
AnalysisSettings | An AnalysisSettings object. |