C# Class NuFetchLib.Utils

Mostrar archivo Open project: vijaysg/NuFetch

Public Methods

Method Description
GetFullFolderPath ( string folderPath ) : string

Method for getting the abosulte path

GetPackageAndDependencies ( NuFetchOption appOptions ) : void
GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void

Method Details

GetFullFolderPath() public static method

Method for getting the abosulte path
public static GetFullFolderPath ( string folderPath ) : string
folderPath string Folder path, can be relative or absolute
return string

GetPackageAndDependencies() public static method

public static GetPackageAndDependencies ( NuFetchOption appOptions ) : void
appOptions NuFetchOption
return void

GetPackageAndDependencies() public static method

public static GetPackageAndDependencies ( string packageId, string packageVersion, string sourceServer, string targetFolder, bool overwriteExistingFiles, bool includePrerelease, bool allowUnlisted, DependencyVersionTypeToDownload depVersionToDownload ) : void
packageId string
packageVersion string
sourceServer string
targetFolder string
overwriteExistingFiles bool
includePrerelease bool
allowUnlisted bool
depVersionToDownload DependencyVersionTypeToDownload
return void