Uses of Interface
net.anwiba.commons.datasource.constaint.ILicense
-
Packages that use ILicense Package Description net.anwiba.commons.datasource.constaint -
-
Uses of ILicense in net.anwiba.commons.datasource.constaint
Classes in net.anwiba.commons.datasource.constaint that implement ILicense Modifier and Type Class Description classLicenseMethods in net.anwiba.commons.datasource.constaint that return ILicense Modifier and Type Method Description ILicenseIResourceConstraint. getLicense()ILicenseResourceConstraint. getLicense()static ILicenseLicense. of(java.lang.String identifier, java.lang.String name, java.lang.String reference)Methods in net.anwiba.commons.datasource.constaint that return types with arguments of type ILicense Modifier and Type Method Description IOptional<ILicense,java.lang.RuntimeException>IResourceConstraintStorage. read(java.lang.String identifier)IObjectList<ILicense>IResourceConstraintStorage. readLicenses()Methods in net.anwiba.commons.datasource.constaint with parameters of type ILicense Modifier and Type Method Description static IResourceConstraintResourceConstraint. of(IResourceDescription resource, ILicense license)static IResourceConstraintResourceConstraint. of(IResourceDescription resource, ILicense license, java.lang.String maintainer)Constructors in net.anwiba.commons.datasource.constaint with parameters of type ILicense Constructor Description ResourceConstraint(IResourceDescription resourceDescription, ILicense constraint, java.lang.String source)ResourceConstraint(IResourceDescription resourceDescription, ILicense constraint, java.lang.String source, java.lang.String usagePolicy, java.time.LocalDateTime registered)
-