Uses of Class
org.apache.creadur.whisker.model.Resource
Packages that use Resource
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 Resource in org.apache.creadur.whisker.app.analysis
Methods in org.apache.creadur.whisker.app.analysis that return types with arguments of type ResourceModifier and TypeMethodDescriptionCollection<org.apache.commons.lang3.tuple.Pair<WithinDirectory, Resource>> ResourceSourceAuditor.getResourcesMissingSource()Gets the resources missing source collected during visits.ResourceSourceAuditor.getResourcesRequiringSourceLinks()Gets those resources visited which require source links.Collection<org.apache.commons.lang3.tuple.Pair<WithinDirectory, Resource>> ResourceSourceAuditor.getResourcesWithSource()Gets the resources with source collected during visits.Methods in org.apache.creadur.whisker.app.analysis with parameters of type Resource -
Uses of Resource in org.apache.creadur.whisker.fromxml
Methods in org.apache.creadur.whisker.fromxml that return ResourceModifier and TypeMethodDescriptionJDomBuilder.resource(org.jdom2.Element element) Builds a resource.Methods in org.apache.creadur.whisker.fromxml that return types with arguments of type Resource -
Uses of Resource in org.apache.creadur.whisker.model
Classes in org.apache.creadur.whisker.model that implement interfaces with type arguments of type ResourceMethods in org.apache.creadur.whisker.model that return types with arguments of type ResourceModifier and TypeMethodDescriptionCollection<org.apache.commons.lang3.tuple.Pair<WithinDirectory, Resource>> ResourceNamesCollator.getDuplicates()Gets the duplicate resources discovered.Descriptor.getResourceNotices()Collates NOTICE meta-data for resources.ByOrganisation.getResources()Gets the resource for which the linked individual or group is responsible.NoticeCollator.resourceNotices(Map<String, String> notices) Methods in org.apache.creadur.whisker.model with parameters of type ResourceModifier and TypeMethodDescriptionintComparison happens based on name.voidvoidCollects this resource.voidVisitsResource.Constructor parameters in org.apache.creadur.whisker.model with type arguments of type ResourceModifierConstructorDescriptionByOrganisation(Organisation organisation, Collection<Resource> resources) Links an individual or group to the resources for which they have responsibility. -
Uses of Resource in org.apache.creadur.whisker.out.velocity
Methods in org.apache.creadur.whisker.out.velocity with parameters of type Resource