Class LicenseService

  • All Implemented Interfaces:
    io.gravitee.common.component.LifecycleComponent<LicenseService>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class LicenseService
    extends io.gravitee.common.service.AbstractService<LicenseService>
    Author:
    David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
    • Field Summary

      • Fields inherited from class io.gravitee.common.service.AbstractService

        applicationContext
      • Fields inherited from class io.gravitee.common.component.AbstractLifecycleComponent

        lifecycle
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseService()  
    • Constructor Detail

      • LicenseService

        public LicenseService()
    • Method Detail

      • getLicense

        public io.gravitee.node.api.license.License getLicense()
      • doStart

        protected void doStart()
                        throws Exception
        Overrides:
        doStart in class io.gravitee.common.service.AbstractService<LicenseService>
        Throws:
        Exception
      • name

        protected String name()
        Overrides:
        name in class io.gravitee.common.service.AbstractService<LicenseService>