C# 클래스 NuDeploy.Core.Services.Transformation.ConfigurationFileTransformer

상속: IConfigurationFileTransformer
파일 보기 프로젝트 열기: andreaskoch/NuDeploy 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ConfigurationFileTransformer() 공개 메소드

public ConfigurationFileTransformer ( IFilesystemAccessor filesystemAccessor ) : System
filesystemAccessor IFilesystemAccessor
리턴 System

Transform() 공개 메소드

public Transform ( string sourceFilePath, string transformationFilePath, string destinationFilePath ) : IServiceResult
sourceFilePath string
transformationFilePath string
destinationFilePath string
리턴 IServiceResult