Uses of Class
org.apache.creadur.whisker.model.License
-
Uses of License in org.apache.creadur.whisker.model
Classes in org.apache.creadur.whisker.model that implement interfaces with type arguments of type LicenseMethods in org.apache.creadur.whisker.model that return LicenseModifier and TypeMethodDescriptionWithLicense.getLicense()Gets license meta-data shared by the resources contained.Descriptor.getPrimaryLicense()Gets the principle license under which the work is licensed.Gets the license with the given id.Stores the license by its id.Methods in org.apache.creadur.whisker.model that return types with arguments of type LicenseModifier and TypeMethodDescriptionLicenseAndOrganisationCollator.getLicenses()Gets the licenses collected.Methods in org.apache.creadur.whisker.model with parameters of type LicenseModifier and TypeMethodDescriptionintbooleanLicenseAndOrganisationCollator.isOnlyLicense(License license) Was this the only license collected?booleanIs the given license the principle license for the main work?Method parameters in org.apache.creadur.whisker.model with type arguments of type LicenseModifier and TypeMethodDescriptionStores the license by its id.Constructors in org.apache.creadur.whisker.model with parameters of type LicenseModifierConstructorDescriptionDescriptor(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.WithLicense(License license, String copyrightNotice, Map<String, String> parameters, Collection<ByOrganisation> organisations) Groups resources sharing a license and copyright claim.Constructor parameters in org.apache.creadur.whisker.model with type arguments of type LicenseModifierConstructorDescriptionDescriptor(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.