org.sonatype.guice.plexus.config
Interface Strategies


public interface Strategies

Constants representing supported Plexus instantiation strategies.


Field Summary
static java.lang.String LOAD_ON_START
           
static java.lang.String PER_LOOKUP
           
static java.lang.String SINGLETON
           
 

Field Detail

LOAD_ON_START

static final java.lang.String LOAD_ON_START
See Also:
Constant Field Values

PER_LOOKUP

static final java.lang.String PER_LOOKUP
See Also:
Constant Field Values

SINGLETON

static final java.lang.String SINGLETON
See Also:
Constant Field Values


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.