Class SourceCodeDownloadService
Inheritance
System.Object
SourceCodeDownloadService
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class SourceCodeDownloadService : ITransientDependency
Constructors
SourceCodeDownloadService(ModuleProjectBuilder)
Declaration
public SourceCodeDownloadService(ModuleProjectBuilder moduleProjectBuilder)
Parameters
Properties
Logger
Declaration
public ILogger<SourceCodeDownloadService> Logger { get; set; }
Property Value
ModuleProjectBuilder
Declaration
public ModuleProjectBuilder ModuleProjectBuilder { get; }
Property Value
Methods
DownloadAsync(String, String, String, String, String, AbpCommandLineOptions)
Declaration
public Task DownloadAsync(string moduleName, string outputFolder, string version, string gitHubAbpLocalRepositoryPath, string gitHubVoloLocalRepositoryPath, AbpCommandLineOptions options)
Parameters
Type |
Name |
Description |
System.String |
moduleName |
|
System.String |
outputFolder |
|
System.String |
version |
|
System.String |
gitHubAbpLocalRepositoryPath |
|
System.String |
gitHubVoloLocalRepositoryPath |
|
AbpCommandLineOptions |
options |
|
Returns
Extension Methods