Package org.opennms.web.admin.discovery
Class DiscoveryServletConstants
- java.lang.Object
-
- org.opennms.web.admin.discovery.DiscoveryServletConstants
-
public class DiscoveryServletConstants extends java.lang.Object
- Author:
- Jason Johns, OpenNMS
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
addExcludeRangeAction
ConstantaddExcludeRangeAction="AddExcludeRange"
static java.lang.String
addExcludeUrlAction
ConstantaddExcludeUrlAction="AddExcludeUrl"
static java.lang.String
addIncludeRangeAction
ConstantaddIncludeRangeAction="AddIncludeRange"
static java.lang.String
addIncludeUrlAction
ConstantaddIncludeUrlAction="AddIncludeUrl"
static java.lang.String
addSpecificAction
ConstantaddSpecificAction="AddSpecific"
static java.lang.String
EDIT_MODE_CONFIG
Indicates that we're editing the persistent discovery configstatic java.lang.String
EDIT_MODE_SCAN
Indicates that we're editing a one-time scan configstatic java.lang.String
removeExcludeRangeAction
ConstantremoveExcludeRangeAction="RemoveExcludeRange"
static java.lang.String
removeExcludeUrlAction
ConstantremoveExcludeUrlAction="RemoveExcludeUrl"
static java.lang.String
removeIncludeRangeAction
ConstantremoveIncludeRangeAction="RemoveIncludeRange"
static java.lang.String
removeIncludeUrlAction
ConstantremoveIncludeUrlAction="RemoveIncludeUrl"
static java.lang.String
removeSpecificAction
ConstantremoveSpecificAction="RemoveSpecific"
static java.lang.String
saveAndRestartAction
ConstantsaveAndRestartAction="SaveAndRestart"
-
Constructor Summary
Constructors Constructor Description DiscoveryServletConstants()
-
-
-
Field Detail
-
EDIT_MODE_CONFIG
public static final java.lang.String EDIT_MODE_CONFIG
Indicates that we're editing the persistent discovery config- See Also:
- Constant Field Values
-
EDIT_MODE_SCAN
public static final java.lang.String EDIT_MODE_SCAN
Indicates that we're editing a one-time scan config- See Also:
- Constant Field Values
-
addSpecificAction
public static final java.lang.String addSpecificAction
ConstantaddSpecificAction="AddSpecific"
- See Also:
- Constant Field Values
-
removeSpecificAction
public static final java.lang.String removeSpecificAction
ConstantremoveSpecificAction="RemoveSpecific"
- See Also:
- Constant Field Values
-
addIncludeRangeAction
public static final java.lang.String addIncludeRangeAction
ConstantaddIncludeRangeAction="AddIncludeRange"
- See Also:
- Constant Field Values
-
removeIncludeRangeAction
public static final java.lang.String removeIncludeRangeAction
ConstantremoveIncludeRangeAction="RemoveIncludeRange"
- See Also:
- Constant Field Values
-
addIncludeUrlAction
public static final java.lang.String addIncludeUrlAction
ConstantaddIncludeUrlAction="AddIncludeUrl"
- See Also:
- Constant Field Values
-
removeIncludeUrlAction
public static final java.lang.String removeIncludeUrlAction
ConstantremoveIncludeUrlAction="RemoveIncludeUrl"
- See Also:
- Constant Field Values
-
addExcludeUrlAction
public static final java.lang.String addExcludeUrlAction
ConstantaddExcludeUrlAction="AddExcludeUrl"
- See Also:
- Constant Field Values
-
removeExcludeUrlAction
public static final java.lang.String removeExcludeUrlAction
ConstantremoveExcludeUrlAction="RemoveExcludeUrl"
- See Also:
- Constant Field Values
-
addExcludeRangeAction
public static final java.lang.String addExcludeRangeAction
ConstantaddExcludeRangeAction="AddExcludeRange"
- See Also:
- Constant Field Values
-
removeExcludeRangeAction
public static final java.lang.String removeExcludeRangeAction
ConstantremoveExcludeRangeAction="RemoveExcludeRange"
- See Also:
- Constant Field Values
-
saveAndRestartAction
public static final java.lang.String saveAndRestartAction
ConstantsaveAndRestartAction="SaveAndRestart"
- See Also:
- Constant Field Values
-
-