Class FileLockServiceConfigurator
- java.lang.Object
-
- org.eclipse.sisu.equinox.embedder.EquinoxLifecycleListener
-
- org.eclipse.tycho.osgi.configuration.FileLockServiceConfigurator
-
@Component(role=EquinoxLifecycleListener.class, hint="FileLockServiceConfigurator") public class FileLockServiceConfigurator extends EquinoxLifecycleListener
-
-
Field Summary
Fields Modifier and Type Field Description private FileLockService
fileLockService
-
Constructor Summary
Constructors Constructor Description FileLockServiceConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterFrameworkStarted(EmbeddedEquinox framework)
Registers theFileLockService
plexus component as an OSGi service so it can be used from OSGi too.
-
-
-
Field Detail
-
fileLockService
@Requirement private FileLockService fileLockService
-
-
Method Detail
-
afterFrameworkStarted
public void afterFrameworkStarted(EmbeddedEquinox framework)
Registers theFileLockService
plexus component as an OSGi service so it can be used from OSGi too.- Specified by:
afterFrameworkStarted
in classEquinoxLifecycleListener
-
-