Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • features

        protected final java.util.Properties features
    • Constructor Detail

      • License

        public License​(java.util.Properties features)
    • 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.