Class LicensingScriptService

  • All Implemented Interfaces:
    org.xwiki.script.service.ScriptService

    @Component
    @Named("licensing")
    @Singleton
    @Unstable
    public class LicensingScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Entry point for Licensing script services.
    Since:
    1.1
    Version:
    $Id$
    • Constructor Detail

      • LicensingScriptService

        public LicensingScriptService()
    • Method Detail

      • get

        public <S extends org.xwiki.script.service.ScriptService> S get​(String serviceName)
        Type Parameters:
        S - the type of the ScriptService
        Parameters:
        serviceName - the name of the sub ScriptService
        Returns:
        the ScriptService or null of none could be found