Package org.ossreviewtoolkit.model
Class CopyrightFinding
-
- All Implemented Interfaces:
public final class CopyrightFindingA class representing a single copyright finding.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCopyrightFinding.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatementprivate final TextLocationlocationpublic final static CopyrightFinding.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description CopyrightFinding(String statement, TextLocation location)
-
Method Summary
Modifier and Type Method Description final StringgetStatement()The copyright statement. final TextLocationgetLocation()The text location where the copyright statement was found. -
-
Constructor Detail
-
CopyrightFinding
CopyrightFinding(String statement, TextLocation location)
-
-
Method Detail
-
getStatement
final String getStatement()
The copyright statement.
-
getLocation
final TextLocation getLocation()
The text location where the copyright statement was found.
-
-
-
-