Package org.ossreviewtoolkit.model
Class ScannerDetails
-
- All Implemented Interfaces:
public final class ScannerDetailsDetails about the used source code scanner.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ScannerDetailsEMPTYprivate final Stringnameprivate final Stringversionprivate final Stringconfiguration
-
Constructor Summary
Constructors Constructor Description ScannerDetails(String name, String version, String configuration)
-
Method Summary
Modifier and Type Method Description final StringgetName()The name of the scanner. final StringgetVersion()The version of the scanner. final StringgetConfiguration()The configuration of the scanner, could be command line arguments for example. -
-
Method Detail
-
getVersion
final String getVersion()
The version of the scanner.
-
getConfiguration
final String getConfiguration()
The configuration of the scanner, could be command line arguments for example.
-
-
-
-