Uses of Interface
org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
-
Packages that use Startable Package Description org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of Startable in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus with type parameters of type Startable Modifier and Type Field Description private java.util.Deque<Startable>
PlexusLifecycleManager. startableBeans
Methods in org.eclipse.sisu.plexus with parameters of type Startable Modifier and Type Method Description private void
PlexusLifecycleManager. start(Startable bean)
private void
PlexusLifecycleManager. stop(Startable bean)
-