public class SyntheticModuleDef extends Object implements ModuleDef
| Constructor and Description | 
|---|
| SyntheticModuleDef(ContributionDef... contributionDefs) | 
| Modifier and Type | Method and Description | 
|---|---|
| Class | getBuilderClass()Returns null. | 
| Set<ContributionDef> | getContributionDefs()Returns the configured set. | 
| Set<DecoratorDef> | getDecoratorDefs()Returns an empty set. | 
| String | getLoggerName()Returns "SyntheticModule". | 
| ServiceDef | getServiceDef(String serviceId)Returns null. | 
| Set<String> | getServiceIds()Returns an empty set. | 
public SyntheticModuleDef(ContributionDef... contributionDefs)
public Class getBuilderClass()
getBuilderClass in interface ModuleDefpublic Set<ContributionDef> getContributionDefs()
getContributionDefs in interface ModuleDefpublic Set<DecoratorDef> getDecoratorDefs()
getDecoratorDefs in interface ModuleDefpublic String getLoggerName()
getLoggerName in interface ModuleDefpublic ServiceDef getServiceDef(String serviceId)
getServiceDef in interface ModuleDefserviceId - the id of the service to retrieve  (case is ignored)public Set<String> getServiceIds()
getServiceIds in interface ModuleDef${project.version} - Copyright © 2003-2015 The Apache Software Foundation.