public class SyntheticSymbolSourceContributionDef extends AbstractContributionDef
Constructor and Description |
---|
SyntheticSymbolSourceContributionDef(String contributionName,
SymbolProvider provider,
String... constraints) |
Modifier and Type | Method and Description |
---|---|
void |
contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
OrderedConfiguration configuration)
Performs the work needed to contribute into the ordered configuration.
|
String |
getServiceId()
Returns "SymbolSource".
|
contribute, contribute
public SyntheticSymbolSourceContributionDef(String contributionName, SymbolProvider provider, String... constraints)
public void contribute(ModuleBuilderSource moduleSource, ServiceResources resources, OrderedConfiguration configuration)
ContributionDef
contribute
in interface ContributionDef
contribute
in class AbstractContributionDef
moduleSource
- the source, if needed, of the module instance associated with the contributionresources
- allows access to services visible to the moduleconfiguration
- the ordered configuration into which values should be loaded. This instance will encapsulate
all related error checks (such as passing of nulls or inappropriate classes).public String getServiceId()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.