Class 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
      Constant addExcludeRangeAction="AddExcludeRange"
      static java.lang.String addIncludeRangeAction
      Constant addIncludeRangeAction="AddIncludeRange"
      static java.lang.String addIncludeUrlAction
      Constant addIncludeUrlAction="AddIncludeUrl"
      static java.lang.String addSpecificAction
      Constant addSpecificAction="AddSpecific"
      static java.lang.String EDIT_MODE_CONFIG
      Indicates that we're editing the persistent discovery config
      static java.lang.String EDIT_MODE_SCAN
      Indicates that we're editing a one-time scan config
      static java.lang.String removeExcludeRangeAction
      Constant removeExcludeRangeAction="RemoveExcludeRange"
      static java.lang.String removeIncludeRangeAction
      Constant removeIncludeRangeAction="RemoveIncludeRange"
      static java.lang.String removeIncludeUrlAction
      Constant removeIncludeUrlAction="RemoveIncludeUrl"
      static java.lang.String removeSpecificAction
      Constant removeSpecificAction="RemoveSpecific"
      static java.lang.String saveAndRestartAction
      Constant saveAndRestartAction="SaveAndRestart"
    • 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
      • 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()