org.nakedobjects.runtime.persistence.services
Class ServicesInstallerAbstract
java.lang.Object
org.nakedobjects.runtime.installers.InstallerAbstract
org.nakedobjects.runtime.persistence.services.ServicesInstallerAbstract
- All Implemented Interfaces:
- ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, ServicesInstaller
public abstract class ServicesInstallerAbstract
- extends InstallerAbstract
- implements ServicesInstaller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicesInstallerAbstract
public ServicesInstallerAbstract(java.lang.String name)
addService
public void addService(java.lang.Object service)
- Add this service, automatically unravelling if is a
Collection of services.
- Parameters:
service -
addSimpleRepository
public void addSimpleRepository(java.lang.Class<?> cls)
getServices
public java.util.List<java.lang.Object> getServices(DeploymentType deploymentType)
- Specified by:
getServices in interface ServicesInstaller
addServices
public void addServices(java.util.List<java.lang.Object> services)
removeService
public void removeService(java.lang.Object service)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.