Uses of Class
org.apache.creadur.whisker.model.WithinDirectory
Packages that use WithinDirectory
Package
Description
Audits source against meta-data.
Models the domain, linking expected distribution contents to
licensing meta-data.
-
Uses of WithinDirectory in org.apache.creadur.whisker.app.analysis
Methods in org.apache.creadur.whisker.app.analysis that return types with arguments of type WithinDirectoryModifier and TypeMethodDescriptionCollection<org.apache.commons.lang3.tuple.Pair<WithinDirectory, Resource>> ResourceSourceAuditor.getResourcesMissingSource()Gets the resources missing source collected during visits.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 WithinDirectoryModifier and TypeMethodDescriptionvoidResourceSourceAuditor.visit(WithinDirectory directory) Accepts a directory visit. -
Uses of WithinDirectory in org.apache.creadur.whisker.fromxml
Methods in org.apache.creadur.whisker.fromxml that return WithinDirectoryModifier and TypeMethodDescriptionJDomBuilder.withinDirectory(org.jdom2.Element element, Map<String, License> licenses, Map<String, Organisation> organisations) Builds a within directory model from XML.Methods in org.apache.creadur.whisker.fromxml that return types with arguments of type WithinDirectoryModifier and TypeMethodDescriptionJDomBuilder.collectContents(org.jdom2.Document document, Map<String, License> licenses, Map<String, Organisation> organisations) Collects contents of the document. -
Uses of WithinDirectory in org.apache.creadur.whisker.model
Classes in org.apache.creadur.whisker.model that implement interfaces with type arguments of type WithinDirectoryModifier and TypeClassDescriptionclassLinks resources expected within a directory in the distribution to licensing meta-data.Methods in org.apache.creadur.whisker.model that return types with arguments of type WithinDirectoryModifier and TypeMethodDescriptionDescriptor.getContents()Gets the contents expected in the distribution.Collection<org.apache.commons.lang3.tuple.Pair<WithinDirectory, Resource>> ResourceNamesCollator.getDuplicates()Gets the duplicate resources discovered.Methods in org.apache.creadur.whisker.model with parameters of type WithinDirectoryModifier and TypeMethodDescriptionintWithinDirectory.compareTo(WithinDirectory other) Based on name.voidResourceNamesCollator.visit(WithinDirectory directory) Sets the last directory visited.voidVisitor.visit(WithinDirectory directory) VisitsWithinDirectory.Constructor parameters in org.apache.creadur.whisker.model with type arguments of type WithinDirectoryModifierConstructorDescriptionDescriptor(License primaryLicense, String primaryCopyrightNotice, String primaryOrganisationId, String primaryNotice, Map<String, License> licenses, Map<String, String> notices, Map<String, Organisation> organisations, Collection<WithinDirectory> contents) Constructs a description of the expected licensing qualities of a distribution, with a primary additional copyright notice.Descriptor(License primaryLicense, String primaryOrganisationId, String primaryNotice, Map<String, License> licenses, Map<String, String> notices, Map<String, Organisation> organisations, Collection<WithinDirectory> contents) Constructs a description of the expected licensing qualities of a distribution, with no additional primary copyright notice.