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