C# 클래스 NuDeploy.Core.Services.Packaging.Build.ConventionBasedBuildResultFilePathProvider

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

공개 메소드들

메소드 설명
ConventionBasedBuildResultFilePathProvider ( IFilesystemAccessor filesystemAccessor, IRelativeFilePathInfoFactory relativeFilePathInfoFactory ) : System
GetApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
GetDeploymentPackageAdditionFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
GetWebApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
GetWebsiteFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

메소드 상세

ConventionBasedBuildResultFilePathProvider() 공개 메소드

public ConventionBasedBuildResultFilePathProvider ( IFilesystemAccessor filesystemAccessor, IRelativeFilePathInfoFactory relativeFilePathInfoFactory ) : System
filesystemAccessor IFilesystemAccessor
relativeFilePathInfoFactory IRelativeFilePathInfoFactory
리턴 System

GetApplicationFilePaths() 공개 메소드

public GetApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
리턴 NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetDeploymentPackageAdditionFilePaths() 공개 메소드

public GetDeploymentPackageAdditionFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
리턴 NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetWebApplicationFilePaths() 공개 메소드

public GetWebApplicationFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
리턴 NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]

GetWebsiteFilePaths() 공개 메소드

public GetWebsiteFilePaths ( string buildFolder ) : NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]
buildFolder string
리턴 NuDeploy.Core.Services.Filesystem.RelativeFilePathInfo[]