Class DownloaderCommandFactory
-
- All Implemented Interfaces:
-
org.ossreviewtoolkit.plugins.api.PluginFactory,org.ossreviewtoolkit.plugins.commands.api.OrtCommandFactory
public final class DownloaderCommandFactory implements OrtCommandFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDownloaderCommandFactory.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PluginDescriptordescriptorpublic final static DownloaderCommandFactory.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description DownloaderCommandFactory()
-
Method Summary
Modifier and Type Method Description PluginDescriptorgetDescriptor()DownloaderCommandcreate(PluginConfigĀ config)-
-
Method Detail
-
getDescriptor
PluginDescriptor getDescriptor()
-
create
DownloaderCommand create(PluginConfigĀ config)
-
-
-
-