Package org.codehaus.plexus
Interface PlexusConstants
-
public interface PlexusConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringGLOBAL_VISIBILITYstatic StringPLEXUS_DEFAULT_HINTstatic StringPLEXUS_KEYstatic StringREALM_VISIBILITYstatic StringSCANNING_CACHEstatic StringSCANNING_INDEXstatic StringSCANNING_OFFstatic StringSCANNING_ON
-
-
-
Field Detail
-
PLEXUS_DEFAULT_HINT
static final String PLEXUS_DEFAULT_HINT
- See Also:
- Constant Field Values
-
PLEXUS_KEY
static final String PLEXUS_KEY
- See Also:
- Constant Field Values
-
GLOBAL_VISIBILITY
static final String GLOBAL_VISIBILITY
- See Also:
- Constant Field Values
-
REALM_VISIBILITY
static final String REALM_VISIBILITY
- See Also:
- Constant Field Values
-
SCANNING_ON
static final String SCANNING_ON
- See Also:
- Constant Field Values
-
SCANNING_OFF
static final String SCANNING_OFF
- See Also:
- Constant Field Values
-
SCANNING_INDEX
static final String SCANNING_INDEX
- See Also:
- Constant Field Values
-
SCANNING_CACHE
static final String SCANNING_CACHE
- See Also:
- Constant Field Values
-
-