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