Class SourceCodeDownloadService
Inheritance
object
SourceCodeDownloadService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class SourceCodeDownloadService : ITransientDependency
Constructors
SourceCodeDownloadService(ModuleProjectBuilder, NugetPackageProjectBuilder, NpmPackageProjectBuilder)
Declaration
public SourceCodeDownloadService(ModuleProjectBuilder moduleProjectBuilder, NugetPackageProjectBuilder nugetPackageProjectBuilder, NpmPackageProjectBuilder npmPackageProjectBuilder)
Parameters
Properties
Logger
Declaration
public ILogger<SourceCodeDownloadService> Logger { get; set; }
Property Value
ModuleProjectBuilder
Declaration
public ModuleProjectBuilder ModuleProjectBuilder { get; }
Property Value
NpmPackageProjectBuilder
Declaration
public NpmPackageProjectBuilder NpmPackageProjectBuilder { get; }
Property Value
NugetPackageProjectBuilder
Declaration
public NugetPackageProjectBuilder NugetPackageProjectBuilder { get; }
Property Value
Methods
DownloadModuleAsync(string, string, string, string, string, AbpCommandLineOptions)
Declaration
public Task DownloadModuleAsync(string moduleName, string outputFolder, string version, string gitHubAbpLocalRepositoryPath, string gitHubVoloLocalRepositoryPath, AbpCommandLineOptions options)
Parameters
| Type |
Name |
Description |
| string |
moduleName |
|
| string |
outputFolder |
|
| string |
version |
|
| string |
gitHubAbpLocalRepositoryPath |
|
| string |
gitHubVoloLocalRepositoryPath |
|
| AbpCommandLineOptions |
options |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
DownloadNpmPackageAsync(string, string, string)
Declaration
public Task DownloadNpmPackageAsync(string packageName, string outputFolder, string version)
Parameters
| Type |
Name |
Description |
| string |
packageName |
|
| string |
outputFolder |
|
| string |
version |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
DownloadNugetPackageAsync(string, string, string)
Declaration
public Task DownloadNugetPackageAsync(string packageName, string outputFolder, string version)
Parameters
| Type |
Name |
Description |
| string |
packageName |
|
| string |
outputFolder |
|
| string |
version |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
Extension Methods