Class ResolvedCopyrightFinding
-
- All Implemented Interfaces:
public final class ResolvedCopyrightFindingA resolved copyright finding.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatementprivate final TextLocationlocationprivate final List<PathExclude>matchingPathExcludes
-
Constructor Summary
Constructors Constructor Description ResolvedCopyrightFinding(String statement, TextLocation location, List<PathExclude> matchingPathExcludes)
-
Method Summary
Modifier and Type Method Description final StringgetStatement()The copyright statement. final TextLocationgetLocation()The location where this copyright was found. final List<PathExclude>getMatchingPathExcludes()All PathExcludes matching this location. -
-
Constructor Detail
-
ResolvedCopyrightFinding
ResolvedCopyrightFinding(String statement, TextLocation location, List<PathExclude> matchingPathExcludes)
-
-
Method Detail
-
getStatement
final String getStatement()
The copyright statement.
-
getLocation
final TextLocation getLocation()
The location where this copyright was found.
-
getMatchingPathExcludes
final List<PathExclude> getMatchingPathExcludes()
All PathExcludes matching this location.
-
-
-
-