Class ResolvedCopyright
-
- All Implemented Interfaces:
public final class ResolvedCopyrightA resolved copyright.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatementprivate final Set<ResolvedCopyrightFinding>findings
-
Constructor Summary
Constructors Constructor Description ResolvedCopyright(String statement, Set<ResolvedCopyrightFinding> findings)
-
Method Summary
Modifier and Type Method Description final StringgetStatement()The resolved copyright statement. final Set<ResolvedCopyrightFinding>getFindings()The resolved findings for this copyright. -
-
Constructor Detail
-
ResolvedCopyright
ResolvedCopyright(String statement, Set<ResolvedCopyrightFinding> findings)
-
-
Method Detail
-
getStatement
final String getStatement()
The resolved copyright statement.
-
getFindings
final Set<ResolvedCopyrightFinding> getFindings()
The resolved findings for this copyright. The statements in the findings can be different to statement if they were processed by the CopyrightStatementsProcessor.
-
-
-
-