Uses of Interface
com.helger.commons.thirdparty.ILicense
-
Packages that use ILicense Package Description com.helger.commons.thirdparty -
-
Uses of ILicense in com.helger.commons.thirdparty
Classes in com.helger.commons.thirdparty that implement ILicense Modifier and Type Class Description classCustomLicenseRepresents a custom license.classELicenseRepresents a bunch of Open Source licenses regularly used.Methods in com.helger.commons.thirdparty that return ILicense Modifier and Type Method Description ILicenseIThirdPartyModule. getLicense()ILicenseThirdPartyModule. getLicense()Constructors in com.helger.commons.thirdparty with parameters of type ILicense Constructor Description ThirdPartyModule(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)
-