메소드 | 설명 | |
---|---|---|
ConfigurationFileTransformer ( IFilesystemAccessor filesystemAccessor ) : System | ||
Transform ( string sourceFilePath, string transformationFilePath, string destinationFilePath ) : IServiceResult |
메소드 | 설명 | |
---|---|---|
GetSourceFile ( string filePath ) : XmlTransformableDocument | ||
GetTransformationFile ( string filePath ) : XmlTransformation | ||
SaveTransformedFile ( XmlTransformableDocument transformedDocument, string destinationFilePath ) : IServiceResult |
public ConfigurationFileTransformer ( IFilesystemAccessor filesystemAccessor ) : System | ||
filesystemAccessor | IFilesystemAccessor | |
리턴 | System |
public Transform ( string sourceFilePath, string transformationFilePath, string destinationFilePath ) : IServiceResult | ||
sourceFilePath | string | |
transformationFilePath | string | |
destinationFilePath | string | |
리턴 | IServiceResult |