org.nakedobjects.runtime.persistence.services
Interface ServicesInstaller

All Superinterfaces:
ApplicationScopedComponent, Component, Installer
All Known Implementing Classes:
ServicesFromConfiguration, ServicesInstallerAbstract

public interface ServicesInstaller
extends Installer


Field Summary
static java.lang.String TYPE
          NB: this has the suffix '-installer' because in the command line we must distinguish from the '--services' flag meaning a particular set of services to use (whereas this flag means how to locate them).
 
Method Summary
 java.util.List<java.lang.Object> getServices(DeploymentType deploymentType)
           
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.Installer
getConfigurationResources, getName, getType
 
Methods inherited from interface org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent
init, shutdown
 

Field Detail

TYPE

static final java.lang.String TYPE
NB: this has the suffix '-installer' because in the command line we must distinguish from the '--services' flag meaning a particular set of services to use (whereas this flag means how to locate them).

See Also:
Constant Field Values
Method Detail

getServices

java.util.List<java.lang.Object> getServices(DeploymentType deploymentType)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.