C# Class NuFetchLib.Utils

Afficher le fichier Open project: vijaysg/NuFetch

Méthodes publiques

Méthode 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 méthode

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

GetPackageAndDependencies() public static méthode

public static GetPackageAndDependencies ( NuFetchOption appOptions ) : void
appOptions NuFetchOption
Résultat void

GetPackageAndDependencies() public static méthode

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
Résultat void