Package org.codehaus.plexus
Interface PlexusConstants
-
public interface PlexusConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
GLOBAL_VISIBILITY
static String
PLEXUS_DEFAULT_HINT
static String
PLEXUS_KEY
static String
REALM_VISIBILITY
static String
SCANNING_CACHE
static String
SCANNING_INDEX
static String
SCANNING_OFF
static String
SCANNING_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
-
-