Class PackageJsonFileFinder
Inheritance
System.Object
PackageJsonFileFinder
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class PackageJsonFileFinder : ITransientDependency
Methods
Find(String)
Declaration
public List<string> Find(string rootDirectory)
Parameters
Type |
Name |
Description |
System.String |
rootDirectory |
|
Returns
Type |
Description |
List<System.String> |
|
IsWithProjectFile(String)
Declaration
protected virtual bool IsWithProjectFile(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods