Modifier and Type | Method and Description |
---|---|
void |
DocumentHeaderAnalyser.analyse(Document document) |
boolean |
IHeaderMatcher.match(Document subject,
String line)
Matches the text accumulated to licenses.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeneratedLicenseNotRequired.match(Document subject,
String line) |
boolean |
JavaDocLicenseNotRequired.match(Document subject,
String line) |
Modifier and Type | Method and Description |
---|---|
boolean |
CDDL1License.match(Document subject,
String s) |
boolean |
SimplePatternBasedLicense.match(Document pSubject,
String pLine) |
boolean |
OASISLicense.match(Document subject,
String line) |
boolean |
AppliedApacheSoftwareLicense20.match(Document subject,
String s) |
boolean |
FullTextMatchingLicense.match(Document subject,
String line) |
boolean |
CopyrightHeader.match(Document subject,
String s) |
void |
BaseLicense.reportOnLicense(Document subject) |
Modifier and Type | Method and Description |
---|---|
boolean |
HeaderMatcherMultiplexer.match(Document subject,
String line) |
Modifier and Type | Method and Description |
---|---|
boolean |
FullTextLicenseMatcher.match(Document subject,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
IDocumentAnalyser.analyse(Document document) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonolithicDocument
Abstract base class for monolithic documents.
|
class |
ArchiveEntryDocument |
class |
FileDocument
Document wrapping a file of undetermined composition.
|
class |
MonolithicFileDocument |
Modifier and Type | Method and Description |
---|---|
static Document |
MonolithicFileDocument.newInstance(URL url) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ArchiveGuesser.isArchive(Document document) |
static boolean |
BinaryGuesser.isBinary(Document document) |
static boolean |
NoteGuesser.isNote(Document document) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentAnalyserMultiplexer.analyse(Document document) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPolicy.analyse(Document subject) |
void |
DefaultPolicy.reportLicenseApprovalClaim(Document subject,
boolean isAcceptable) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReport.report(Document document) |
void |
RatReport.report(Document document) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClaimReporter.report(Document subject) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleXmlClaimReporter.report(Document subject) |
Modifier and Type | Method and Description |
---|---|
void |
ClaimReporterMultiplexer.report(Document document) |
void |
LicenseAddingReport.report(Document document) |
Copyright © 2006–2023 Apache Software Foundation. All rights reserved.