Uses of Class
org.apache.creadur.whisker.model.WithLicense
Packages that use WithLicense
Package
Description
Audits source against meta-data.
Models the domain, linking expected distribution contents to
licensing meta-data.
Uses Apache Velocity
templating engine to generate reports.
-
Uses of WithLicense in org.apache.creadur.whisker.app.analysis
Methods in org.apache.creadur.whisker.app.analysis with parameters of type WithLicenseModifier and TypeMethodDescriptionvoidResourceSourceAuditor.visit(WithLicense license) Accepts a license visit. -
Uses of WithLicense in org.apache.creadur.whisker.fromxml
Methods in org.apache.creadur.whisker.fromxml that return WithLicenseModifier and TypeMethodDescriptionJDomBuilder.withLicense(org.jdom2.Element element, Map<String, License> licenses, Map<String, Organisation> organisations) Methods in org.apache.creadur.whisker.fromxml that return types with arguments of type WithLicenseModifier and TypeMethodDescriptionJDomBuilder.withLicenses(Map<String, License> licenses, Map<String, Organisation> organisations, org.jdom2.Element parent) Collects child with-licenses. -
Uses of WithLicense in org.apache.creadur.whisker.model
Classes in org.apache.creadur.whisker.model that implement interfaces with type arguments of type WithLicenseModifier and TypeClassDescriptionclassGroups resources sharing a license and claimed copyright.Methods in org.apache.creadur.whisker.model that return types with arguments of type WithLicenseModifier and TypeMethodDescriptionWithinDirectory.getLicenses()Gets resources contained, grouped by license applicable.Methods in org.apache.creadur.whisker.model with parameters of type WithLicenseModifier and TypeMethodDescriptionintWithLicense.compareTo(WithLicense other) Based on license.voidLicenseAndOrganisationCollator.visit(WithLicense license) VisitsWithLicense.voidNoCopyrightNoticeVerifier.visit(WithLicense license) Visits a license to determine whether a copyright notice has been set.voidVisitor.visit(WithLicense license) VisitsWithLicense.Constructor parameters in org.apache.creadur.whisker.model with type arguments of type WithLicenseModifierConstructorDescriptionWithinDirectory(String name, Collection<WithLicense> licenses, Collection<ByOrganisation> publicDomain) Constructs a description of a directory -
Uses of WithLicense in org.apache.creadur.whisker.out.velocity
Methods in org.apache.creadur.whisker.out.velocity with parameters of type WithLicenseModifier and TypeMethodDescriptionbooleanRenderingHelper.renderResources(ByOrganisation organisation, WithLicense license) Should resources with the given license by the given organisation be rendered?