Class DiscoveryServletConstants


  • public class DiscoveryServletConstants
    extends java.lang.Object
    Author:
    Jason Johns, OpenNMS
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
        Constant addSpecificAction="AddSpecific"
        See Also:
        Constant Field Values
      • removeSpecificAction

        public static final java.lang.String removeSpecificAction
        Constant removeSpecificAction="RemoveSpecific"
        See Also:
        Constant Field Values
      • addIncludeRangeAction

        public static final java.lang.String addIncludeRangeAction
        Constant addIncludeRangeAction="AddIncludeRange"
        See Also:
        Constant Field Values
      • removeIncludeRangeAction

        public static final java.lang.String removeIncludeRangeAction
        Constant removeIncludeRangeAction="RemoveIncludeRange"
        See Also:
        Constant Field Values
      • addIncludeUrlAction

        public static final java.lang.String addIncludeUrlAction
        Constant addIncludeUrlAction="AddIncludeUrl"
        See Also:
        Constant Field Values
      • removeIncludeUrlAction

        public static final java.lang.String removeIncludeUrlAction
        Constant removeIncludeUrlAction="RemoveIncludeUrl"
        See Also:
        Constant Field Values
      • addExcludeUrlAction

        public static final java.lang.String addExcludeUrlAction
        Constant addExcludeUrlAction="AddExcludeUrl"
        See Also:
        Constant Field Values
      • removeExcludeUrlAction

        public static final java.lang.String removeExcludeUrlAction
        Constant removeExcludeUrlAction="RemoveExcludeUrl"
        See Also:
        Constant Field Values
      • addExcludeRangeAction

        public static final java.lang.String addExcludeRangeAction
        Constant addExcludeRangeAction="AddExcludeRange"
        See Also:
        Constant Field Values
      • removeExcludeRangeAction

        public static final java.lang.String removeExcludeRangeAction
        Constant removeExcludeRangeAction="RemoveExcludeRange"
        See Also:
        Constant Field Values
      • saveAndRestartAction

        public static final java.lang.String saveAndRestartAction
        Constant saveAndRestartAction="SaveAndRestart"
        See Also:
        Constant Field Values
    • Constructor Detail

      • DiscoveryServletConstants

        public DiscoveryServletConstants()