Property | Type | Description | |
---|---|---|---|
assemblyPath | string | ||
fileConversionRunner | IRunner | ||
fileManager | FileManager | ||
fileName | string | ||
filePath | string | ||
help | bool | ||
instance | Program | ||
outputFolder | string | ||
projectPath | string | ||
verbose | bool |
Method | Description | |
---|---|---|
Program ( string args ) : System |
Initializes a new instance of the Program class.
|
Method | Description | |
---|---|---|
ConvertFile ( ) : void | ||
ConvertProject ( ) : void | ||
CreateFileConversionRunner ( ) : IRunner | ||
ExecuteCore ( ) : void |
Runs the main logic.
|
|
HandleError ( |
||
HandleExtraParameters ( IEnumerable |
||
HandleNoFeasibleExecution ( ) : void | ||
HandleOptionException ( Mono.Options.OptionException e ) : void | ||
PerformFileConversion ( |
||
ShowHelp ( ) : void |
Method | Description | |
---|---|---|
GetOutputFolderForProject ( string userInput ) : string | ||
Main ( string args ) : void |
Entry point.
|
protected CreateFileConversionRunner ( ) : IRunner | ||
return | IRunner |
protected HandleError ( |
||
e | ||
return | void |
protected HandleExtraParameters ( IEnumerable |
||
extra | IEnumerable |
|
return | void |
protected HandleNoFeasibleExecution ( ) : void | ||
return | void |
protected HandleOptionException ( Mono.Options.OptionException e ) : void | ||
e | Mono.Options.OptionException | |
return | void |
protected static PerformFileConversion ( |
||
arguments | ||
return | string |