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 FeatureLicense. add(Feature feature)Add a feature to the license.static FeatureFeature.Create. bigDecimalFeature(java.lang.String name, java.math.BigDecimal value)static FeatureFeature.Create. bigIntegerFeature(java.lang.String name, java.math.BigInteger value)static FeatureFeature.Create. binaryFeature(java.lang.String name, byte[] value)static FeatureFeature.Create. byteFeature(java.lang.String name, java.lang.Byte value)static FeatureFeature.Create. dateFeature(java.lang.String name, java.util.Date value)static FeatureFeature.Create. doubleFeature(java.lang.String name, java.lang.Double value)static FeatureFeature.Create. floatFeature(java.lang.String name, java.lang.Float value)static FeatureFeature.Create. from(byte[] serialized)Create the feature from the binary serialized format.static FeatureFeature.Create. from(java.lang.String s)Create a feature from a string representation of the feature.FeatureLicense. get(java.lang.String name)Get a feature of a given name from the license ornullif there is no feature for the name in the license.static FeatureFeature.Create. intFeature(java.lang.String name, java.lang.Integer value)static FeatureFeature.Create. longFeature(java.lang.String name, java.lang.Long value)static FeatureFeature.Create. shortFeature(java.lang.String name, java.lang.Short value)static FeatureFeature.Create. stringFeature(java.lang.String name, java.lang.String value)static FeatureFeature.Create. uuidFeature(java.lang.String name, java.util.UUID value)Methods in javax0.license3j with parameters of type Feature Modifier and Type Method Description FeatureLicense. add(Feature feature)Add a feature to the license.
-