Package org.eclipse.sisu.plexus
Interface Strategies
-
public interface StrategiesConstants representing supported Plexus instantiation strategies.
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOAD_ON_STARTstatic StringPER_LOOKUPstatic StringSINGLETON
-
-
-
Field Detail
-
LOAD_ON_START
static final String LOAD_ON_START
- See Also:
- Constant Field Values
-
PER_LOOKUP
static final String PER_LOOKUP
- See Also:
- Constant Field Values
-
SINGLETON
static final String SINGLETON
- See Also:
- Constant Field Values
-
-