public Descriptor()

in apache-whisker-model/src/main/java/org/apache/creadur/whisker/model/Descriptor.java [106:123]


    public Descriptor(final License primaryLicense,
            final String primaryCopyrightNotice,
            final String primaryOrganisationId,
            final String primaryNotice,
            final Map<String, License> licenses,
            final Map<String, String> notices,
            final Map<String, Organisation> organisations,
            final Collection<WithinDirectory> contents) {
        super();
        this.primaryLicense = primaryLicense;
        this.primaryCopyrightNotice = primaryCopyrightNotice;
        this.primaryOrganisationId = primaryOrganisationId;
        this.primaryNotice = primaryNotice;
        this.licenses = licenses;
        this.notices = notices;
        this.organisations = organisations;
        this.contents = contents;
    }