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
-
-
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.
-
-
-
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
-
-