C# Class NuDeploy.Core.Services.Packaging.Build.ConventionBasedBuildResultFilePathProvider

Inheritance: IBuildResultFilePathProvider
Datei anzeigen Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
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[]

Method Details

ConventionBasedBuildResultFilePathProvider() public method

public ConventionBasedBuildResultFilePathProvider ( IFilesystemAccessor filesystemAccessor, IRelativeFilePathInfoFactory relativeFilePathInfoFactory ) : System
filesystemAccessor IFilesystemAccessor
relativeFilePathInfoFactory IRelativeFilePathInfoFactory
return System

GetApplicationFilePaths() public method

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

GetDeploymentPackageAdditionFilePaths() public method

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

GetWebApplicationFilePaths() public method

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

GetWebsiteFilePaths() public method

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