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.StringaddExcludeRangeActionConstantaddExcludeRangeAction="AddExcludeRange"static java.lang.StringaddExcludeUrlActionConstantaddExcludeUrlAction="AddExcludeUrl"static java.lang.StringaddIncludeRangeActionConstantaddIncludeRangeAction="AddIncludeRange"static java.lang.StringaddIncludeUrlActionConstantaddIncludeUrlAction="AddIncludeUrl"static java.lang.StringaddSpecificActionConstantaddSpecificAction="AddSpecific"static java.lang.StringEDIT_MODE_CONFIGIndicates that we're editing the persistent discovery configstatic java.lang.StringEDIT_MODE_SCANIndicates that we're editing a one-time scan configstatic java.lang.StringremoveExcludeRangeActionConstantremoveExcludeRangeAction="RemoveExcludeRange"static java.lang.StringremoveExcludeUrlActionConstantremoveExcludeUrlAction="RemoveExcludeUrl"static java.lang.StringremoveIncludeRangeActionConstantremoveIncludeRangeAction="RemoveIncludeRange"static java.lang.StringremoveIncludeUrlActionConstantremoveIncludeUrlAction="RemoveIncludeUrl"static java.lang.StringremoveSpecificActionConstantremoveSpecificAction="RemoveSpecific"static java.lang.StringsaveAndRestartActionConstantsaveAndRestartAction="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
-
-