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 ModuleDef
public Set<ContributionDef> getContributionDefs()
getContributionDefs
in interface ModuleDef
public Set<DecoratorDef> getDecoratorDefs()
getDecoratorDefs
in interface ModuleDef
public String getLoggerName()
getLoggerName
in interface ModuleDef
public ServiceDef getServiceDef(String serviceId)
getServiceDef
in interface ModuleDef
serviceId
- the id of the service to retrieve (case is ignored)public Set<String> getServiceIds()
getServiceIds
in interface ModuleDef
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.