Uses of Interface
com.helger.base.thirdparty.ILicense
Packages that use ILicense
-
Uses of ILicense in com.helger.base.thirdparty
Classes in com.helger.base.thirdparty that implement ILicenseModifier and TypeClassDescriptionclassRepresents a custom license.enumRepresents a bunch of Open Source licenses regularly used.Methods in com.helger.base.thirdparty that return ILicenseModifier and TypeMethodDescription@NonNull ILicenseIThirdPartyModule.getLicense()@NonNull ILicenseThirdPartyModule.getLicense()Constructors in com.helger.base.thirdparty with parameters of type ILicenseModifierConstructorDescriptionThirdPartyModule(@NonNull @Nonempty String sDisplayName, @NonNull @Nonempty String sCopyrightOwner, @NonNull ILicense aLicense) Constructor with required fields and default optional flag.ThirdPartyModule(@NonNull @Nonempty String sDisplayName, @NonNull @Nonempty String sCopyrightOwner, @NonNull ILicense aLicense, boolean bOptional) Constructor with required fields and optional flag.ThirdPartyModule(@NonNull @Nonempty String sDisplayName, @NonNull @Nonempty String sCopyrightOwner, @NonNull ILicense aLicense, @Nullable Version aVersion, @Nullable String sWebsiteURL) Constructor with all fields except optional flag.ThirdPartyModule(@NonNull @Nonempty String sDisplayName, @NonNull @Nonempty String sCopyrightOwner, @NonNull ILicense aLicense, @Nullable Version aVersion, @Nullable String sWebsiteURL, boolean bOptional) Full constructor with all fields.