| Modifier and Type | Field and Description |
|---|---|
private Document |
HeaderCheckWorker.subject |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentHeaderAnalyser.analyse(Document document) |
void |
DefaultAnalyserFactory.DefaultAnalyser.analyse(Document subject) |
boolean |
IHeaderMatcher.match(Document subject,
java.lang.String line)
Matches the text accumulated to licenses.
|
| Constructor and Description |
|---|
HeaderCheckWorker(java.io.BufferedReader reader,
IHeaderMatcher matcher,
Document name) |
HeaderCheckWorker(java.io.BufferedReader reader,
int numberOfRetainedHeaderLine,
IHeaderMatcher matcher,
Document name) |
HeaderCheckWorker(java.io.Reader reader,
IHeaderMatcher matcher,
Document name)
Convenience constructor wraps given
Reader
in a BufferedReader. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeneratedLicenseNotRequired.match(Document subject,
java.lang.String line) |
boolean |
JavaDocLicenseNotRequired.match(Document subject,
java.lang.String line) |
private void |
GeneratedLicenseNotRequired.reportOnLicense(Document subject) |
private void |
JavaDocLicenseNotRequired.reportOnLicense(Document subject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FullTextMatchingLicense.match(Document subject,
java.lang.String line) |
boolean |
AppliedApacheSoftwareLicense20.match(Document subject,
java.lang.String s) |
boolean |
CopyrightHeader.match(Document subject,
java.lang.String s) |
boolean |
SimplePatternBasedLicense.match(Document pSubject,
java.lang.String pLine) |
boolean |
CDDL1License.match(Document subject,
java.lang.String s) |
boolean |
OASISLicense.match(Document subject,
java.lang.String line) |
void |
BaseLicense.reportOnLicense(Document subject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HeaderMatcherMultiplexer.match(Document subject,
java.lang.String line) |
| Modifier and Type | Class and Description |
|---|---|
private class |
ResourceCollectionContainer.ResourceDocument |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FullTextLicenseMatcher.match(Document subject,
java.lang.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(java.net.URL url) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ArchiveGuesser.isArchive(Document document) |
static boolean |
BinaryGuesser.isBinary(Document document) |
private static boolean |
BinaryGuesser.isBinaryDocument(Document document) |
static boolean |
NoteGuesser.isNote(Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAnalyserMultiplexer.analyse(Document document) |
| Modifier and Type | Class and Description |
|---|---|
private class |
FilesReportable.FileDocument |
| 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 |
RatReport.report(Document document) |
void |
AbstractReport.report(Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClaimReporter.report(Document subject) |
private void |
AbstractClaimReporter.writeDocumentClaim(Document subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleXmlClaimReporter.report(Document subject) |
private void |
SimpleXmlClaimReporter.writeDocumentClaims(Document subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimReporterMultiplexer.report(Document document) |
void |
LicenseAddingReport.report(Document document) |