Свойство | Type | Description | |
---|---|---|---|
arguments | |||
conversionProvider | ConversionProvider | ||
fileManager | FileManager |
Méthode | Description | |
---|---|---|
FileConversionRunner ( ConversionProvider conversionProvider, |
Initializes a new instance of the FileConversionRunner class.
|
|
Run ( ) : void |
Méthode | Description | |
---|---|---|
ConvertFile ( ) : void | ||
EmitFiles ( ) : void | ||
InitializeForFileConversion ( ) : void | ||
PrepareFiles ( ) : void |
Méthode | Description | |
---|---|---|
GetFilePath ( string userInput ) : string |
Checks that the path is OK and also translates into absolute path.
|
|
GetOutputFolderForFile ( string userInput ) : string |
We proceed in this order: 1. If no path specified: take the path of the input file. 2. Otherwise, a path is specified: use that.
|
public FileConversionRunner ( ConversionProvider conversionProvider, |
||
conversionProvider | ConversionProvider | |
arguments | ||
Résultat | System |
protected InitializeForFileConversion ( ) : void | ||
Résultat | void |
protected ConversionArguments,Rosetta.Executable arguments | ||
Résultat |
protected ConversionProvider conversionProvider | ||
Résultat | ConversionProvider |