Class DoNothingCuratorConfigurer
- java.lang.Object
-
- com.funnelback.publicui.search.model.curator.config.DoNothingCuratorConfigurer
-
- All Implemented Interfaces:
Configurer
public class DoNothingCuratorConfigurer extends java.lang.Object implements Configurer
-
-
Constructor Summary
Constructors Constructor Description DoNothingCuratorConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(java.lang.Object objectToConfigure)Perform configuration action on an object
-
-
-
Method Detail
-
configure
public void configure(java.lang.Object objectToConfigure)
Description copied from interface:ConfigurerPerform configuration action on an object- Specified by:
configurein interfaceConfigurer
-
-