C# Class NuDeploy.Core.Services.Packaging.Configuration.PackagingFolderPathProvider

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

Public Methods

Method Description
GetPackagingFolderPath ( ) : string
PackagingFolderPathProvider ( ApplicationInformation applicationInformation, IFilesystemAccessor filesystemAccessor ) : System

Method Details

GetPackagingFolderPath() public method

public GetPackagingFolderPath ( ) : string
return string

PackagingFolderPathProvider() public method

public PackagingFolderPathProvider ( ApplicationInformation applicationInformation, IFilesystemAccessor filesystemAccessor ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
filesystemAccessor IFilesystemAccessor
return System