public Descriptor()

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


    public Descriptor(final License primaryLicense,
            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) {
        this(   primaryLicense,
                null,
                primaryOrganisationId,
                primaryNotice,
                licenses,
                notices,
                organisations,
                contents);
    }