Package com.helger.commons.thirdparty
Interface ILicense
-
- All Superinterfaces:
IHasDisplayName,IHasID<String>,IHasVersion
- All Known Implementing Classes:
CustomLicense,ELicense
public interface ILicense extends IHasID<String>, IHasDisplayName, IHasVersion
Represents a single license.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetURL()-
Methods inherited from interface com.helger.commons.name.IHasDisplayName
getDisplayName
-
Methods inherited from interface com.helger.commons.version.IHasVersion
getVersion
-
-