Uses of Class
javax0.license3j.Feature
-
Packages that use Feature Package Description javax0.license3j -
-
Uses of Feature in javax0.license3j
Methods in javax0.license3j that return Feature Modifier and Type Method Description Feature
License. add(Feature feature)
Add a feature to the license.static Feature
Feature.Create. bigDecimalFeature(java.lang.String name, java.math.BigDecimal value)
static Feature
Feature.Create. bigIntegerFeature(java.lang.String name, java.math.BigInteger value)
static Feature
Feature.Create. binaryFeature(java.lang.String name, byte[] value)
static Feature
Feature.Create. byteFeature(java.lang.String name, java.lang.Byte value)
static Feature
Feature.Create. dateFeature(java.lang.String name, java.util.Date value)
static Feature
Feature.Create. doubleFeature(java.lang.String name, java.lang.Double value)
static Feature
Feature.Create. floatFeature(java.lang.String name, java.lang.Float value)
static Feature
Feature.Create. from(byte[] serialized)
Create the feature from the binary serialized format.static Feature
Feature.Create. from(java.lang.String s)
Create a feature from a string representation of the feature.Feature
License. get(java.lang.String name)
Get a feature of a given name from the license ornull
if there is no feature for the name in the license.static Feature
Feature.Create. intFeature(java.lang.String name, java.lang.Integer value)
static Feature
Feature.Create. longFeature(java.lang.String name, java.lang.Long value)
static Feature
Feature.Create. shortFeature(java.lang.String name, java.lang.Short value)
static Feature
Feature.Create. stringFeature(java.lang.String name, java.lang.String value)
static Feature
Feature.Create. uuidFeature(java.lang.String name, java.util.UUID value)
Methods in javax0.license3j with parameters of type Feature Modifier and Type Method Description Feature
License. add(Feature feature)
Add a feature to the license.
-