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 FileLockServicefileLockService
-
Constructor Summary
Constructors Constructor Description FileLockServiceConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterFrameworkStarted(EmbeddedEquinox framework)Registers theFileLockServiceplexus 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 theFileLockServiceplexus component as an OSGi service so it can be used from OSGi too.- Specified by:
afterFrameworkStartedin classEquinoxLifecycleListener
-
-