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 |
JavaDocLicenseNotRequired.match(Document subject,
String line) |
boolean |
GeneratedLicenseNotRequired.match(Document subject,
String line) |
Modifier and Type | Method and Description |
---|---|
boolean |
OASISLicense.match(Document subject,
String line) |
boolean |
SimplePatternBasedLicense.match(Document pSubject,
String pLine) |
void |
BaseLicense.reportOnLicense(Document subject) |
protected void |
SimplePatternBasedLicense.reportOnLicense(Document subject) |
Modifier and Type | Method and Description |
---|---|
boolean |
HeaderMatcherMultiplexer.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)
Creates a new instance.
|
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-2014 The Apache Software Foundation. All Rights Reserved.