Class RegistryUtil.Configurable

java.lang.Object
org.distributeme.core.RegistryUtil.Configurable
Enclosing class:
RegistryUtil

public static class RegistryUtil.Configurable extends Object
Inner configuration holder class.
Author:
lrosenberg
  • Constructor Details

    • Configurable

      public Configurable()
  • Method Details

    • setCustomTagProviderClasses

      public void setCustomTagProviderClasses(String customTagProviderClasses)
    • getCustomTagProviderClassList

      public List<String> getCustomTagProviderClassList()
    • setRegistrationIpMapping

      public void setRegistrationIpMapping(String registrationIpMapping)
    • debug

      public void debug(String key, String value)
    • getMappings

      public HashMap<String,String> getMappings()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRegistryConnectorClazz

      public String getRegistryConnectorClazz()
    • setRegistryConnectorClazz

      public void setRegistryConnectorClazz(String registryConnectorClazz)
    • getSystemPropertiesToTags

      public String getSystemPropertiesToTags()
    • setSystemPropertiesToTags

      public void setSystemPropertiesToTags(String systemPropertiesToTags)
    • getTagableSystemProperties

      public Map<String,String> getTagableSystemProperties()