Class LicensingScriptService

java.lang.Object
com.xwiki.licensing.script.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$
  • Field Details

  • Constructor Details

    • LicensingScriptService

      public LicensingScriptService()
  • Method Details

    • 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