Package com.xwiki.licensing.script
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.ScriptServiceEntry point for Licensing script services.- Since:
- 1.1
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description LicensingScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends org.xwiki.script.service.ScriptService>
Sget(String serviceName)
-
-
-
Field Detail
-
ROLEHINT
public static final String ROLEHINT
The role hint of this component.- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public <S extends org.xwiki.script.service.ScriptService> S get(String serviceName)
- Type Parameters:
S- the type of theScriptService- Parameters:
serviceName- the name of the subScriptService- Returns:
- the
ScriptServiceor null of none could be found
-
-