Class TapirLicense


  • public final class TapirLicense
    extends java.lang.Object
    A singleton holding the license for all tapir modules.
    Since:
    3.0.0
    Author:
    Nils Christian Ehmke<[email protected]>
    • Method Detail

      • isValid

        public boolean isValid()
      • isExpired

        public boolean isExpired()
      • isModuleActive

        public boolean isModuleActive​(java.lang.String module)
      • getValue

        public java.lang.String getValue​(java.lang.String key)
      • getValueAsInt

        public int getValueAsInt​(java.lang.String key)