Uses of Interface
com.helger.commons.thirdparty.ILicense
Packages that use ILicense
-
Uses of ILicense in com.helger.commons.thirdparty
Classes in com.helger.commons.thirdparty that implement ILicenseModifier and TypeClassDescriptionclassRepresents a custom license.enumRepresents a bunch of Open Source licenses regularly used.Methods in com.helger.commons.thirdparty that return ILicenseConstructors in com.helger.commons.thirdparty with parameters of type ILicenseModifierConstructorDescriptionThirdPartyModule(String sDisplayName, String sCopyrightOwner, ILicense aLicense) ThirdPartyModule(String sDisplayName, String sCopyrightOwner, ILicense aLicense, boolean bOptional) ThirdPartyModule(String sDisplayName, String sCopyrightOwner, ILicense aLicense, Version aVersion, String sWebsiteURL) ThirdPartyModule(String sDisplayName, String sCopyrightOwner, ILicense aLicense, Version aVersion, String sWebsiteURL, boolean bOptional)