Package com.saxonica.config
Class Verifier.License
java.lang.Object
com.saxonica.config.Verifier.License
- Enclosing class:
Verifier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFeature
(String name) This method is called to get the feature of the license.Get the properties of the license.
-
Field Details
-
features
-
-
Constructor Details
-
License
-
-
Method Details
-
getFeature
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
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
-