@Component(role=EquinoxLifecycleListener.class, hint="BuildPropertiesReaderConfigurator") public class BuildPropertiesParserConfigurator extends EquinoxLifecycleListener
| Modifier and Type | Field and Description |
|---|---|
private BuildPropertiesParser |
buildPropertiesParser |
| Constructor and Description |
|---|
BuildPropertiesParserConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterFrameworkStarted(EmbeddedEquinox framework)
Registers the
BuildPropertiesParser plexus component as an OSGi service so it can be
used from OSGi too. |
@Requirement private BuildPropertiesParser buildPropertiesParser
public void afterFrameworkStarted(EmbeddedEquinox framework)
BuildPropertiesParser plexus component as an OSGi service so it can be
used from OSGi too.afterFrameworkStarted in class EquinoxLifecycleListener