C# Class Alquimiaware.NuGetUnity.FileSystemPackageProvider

Inheritance: IPackageProvider
Show file Open project: Alquimiaware/Nuget-Unity Class Usage Examples

Public Methods

Method Description
GetAll ( string packagesFolderPath ) : List
IsPackageSource ( string packagesFolderPath ) : bool

Private Methods

Method Description
GetPackageDirectories ( DirectoryInfo container ) : System.IO.DirectoryInfo[]
GetReferenceNames ( DirectoryInfo di ) : List
GetTargetLibs ( DirectoryInfo pkgContainger ) : Alquimiaware.NuGetUnity.TargetLib[]
IsEmpty ( string folderPath ) : bool
IsValidPkgDirectory ( DirectoryInfo di ) : bool

Method Details

GetAll() public method

public GetAll ( string packagesFolderPath ) : List
packagesFolderPath string
return List

IsPackageSource() public method

public IsPackageSource ( string packagesFolderPath ) : bool
packagesFolderPath string
return bool