Package com.saxonica.config
Class Verifier.License
- java.lang.Object
-
- com.saxonica.config.Verifier.License
-
- Enclosing class:
- Verifier
protected static class Verifier.License extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Properties
features
-
Constructor Summary
Constructors Constructor Description License(java.util.Properties features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFeature(java.lang.String name)
This method is called to get the feature of the license.java.util.Properties
getProperties()
Get the properties of the license.
-
-
-
Method Detail
-
getFeature
public java.lang.String getFeature(java.lang.String name)
This method is called to get the feature of the license.- Parameters:
name
- the name of the required feature- Returns:
- the feature value of the license.
-
getProperties
public java.util.Properties getProperties()
Get the properties of the license. This returns a copy of the license properties so that modifications have no effect.- Returns:
- a Properties object holding details of the license file
-
-