Class DoNothingCuratorConfigurer

  • All Implemented Interfaces:
    Configurer

    public class DoNothingCuratorConfigurer
    extends java.lang.Object
    implements Configurer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(java.lang.Object objectToConfigure)
      Perform configuration action on an object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoNothingCuratorConfigurer

        public DoNothingCuratorConfigurer()
    • Method Detail

      • configure

        public void configure​(java.lang.Object objectToConfigure)
        Description copied from interface: Configurer
        Perform configuration action on an object
        Specified by:
        configure in interface Configurer