Class PackageJsonFileFinder
Inheritance
object
PackageJsonFileFinder
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectModification
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class PackageJsonFileFinder : ITransientDependency
Constructors
PackageJsonFileFinder()
Declaration
public PackageJsonFileFinder()
Methods
Find(string)
Declaration
public List<string> Find(string rootDirectory)
Parameters
| Type | Name | Description |
|---|---|---|
| string | rootDirectory |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
IsWithProjectFile(string)
Declaration
protected virtual bool IsWithProjectFile(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path |
Returns
| Type | Description |
|---|---|
| bool |