Package org.exoplatform.commons.addons
Class AddOnServiceImpl
- java.lang.Object
-
- org.exoplatform.commons.addons.AddOnServiceImpl
-
- All Implemented Interfaces:
AddOnService
public class AddOnServiceImpl extends Object implements AddOnService
-
-
Constructor Summary
Constructors Constructor Description AddOnServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPlugin(AddOnPlugin plugin)List<org.exoplatform.portal.config.model.Application<?>>getApplications(String containerName)
-
-
-
Method Detail
-
getApplications
public List<org.exoplatform.portal.config.model.Application<?>> getApplications(String containerName)
- Specified by:
getApplicationsin interfaceAddOnService
-
addPlugin
public void addPlugin(AddOnPlugin plugin)
- Specified by:
addPluginin interfaceAddOnService
-
-