Package | Description |
---|---|
org.apache.creadur.whisker.app.analysis |
Audits source against meta-data.
|
org.apache.creadur.whisker.fromxml | |
org.apache.creadur.whisker.model |
Models the domain, linking expected distribution contents to
licensing meta-data.
|
org.apache.creadur.whisker.out.velocity |
Uses Apache Velocity
templating engine to generate reports.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceSourceAuditor.visit(WithLicense license)
Accepts a license visit.
|
Modifier and Type | Method and Description |
---|---|
WithLicense |
JDomBuilder.withLicense(org.jdom2.Element element,
Map<String,License> licenses,
Map<String,Organisation> organisations) |
Modifier and Type | Method and Description |
---|---|
Collection<WithLicense> |
JDomBuilder.withLicenses(Map<String,License> licenses,
Map<String,Organisation> organisations,
org.jdom2.Element parent)
Collects child with-licenses.
|
Modifier and Type | Method and Description |
---|---|
Collection<WithLicense> |
WithinDirectory.getLicenses()
Gets resources contained,
grouped by license applicable.
|
Modifier and Type | Method and Description |
---|---|
int |
WithLicense.compareTo(WithLicense other)
Based on license.
|
void |
NoCopyrightNoticeVerifier.visit(WithLicense license)
Visits a license to determine whether a copyright notice
has been set.
|
void |
Visitor.visit(WithLicense license)
Visits
WithLicense . |
void |
LicenseAndOrganisationCollator.visit(WithLicense license)
Visits
WithLicense . |
Constructor and Description |
---|
WithinDirectory(String name,
Collection<WithLicense> licenses,
Collection<ByOrganisation> publicDomain)
Constructs a description of a directory
|
Modifier and Type | Method and Description |
---|---|
boolean |
RenderingHelper.renderResources(ByOrganisation organisation,
WithLicense license)
Should resources with the given license by
the given organisation be rendered?
|
Copyright © 2011–1970 Apache Software Foundation. All rights reserved.