com.taobao.metamorphosis.utils
类 Config

java.lang.Object
  继承者 com.taobao.metamorphosis.utils.Config
直接已知子类:
MetaConfig, SlaveConfig, TopicConfig, ZkUtils.ZKConfig

public abstract class Config
extends Object


构造方法摘要
Config()
           
 
方法摘要
 void checkConfigKeys(Set<String> configKeySet, Set<String> validKeySet)
           
 String findBestMatchField(Set<String> fields, String value)
           
 Set<String> getFieldSet()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Config

public Config()
方法详细信息

getFieldSet

public Set<String> getFieldSet()

findBestMatchField

public String findBestMatchField(Set<String> fields,
                                 String value)

checkConfigKeys

public void checkConfigKeys(Set<String> configKeySet,
                            Set<String> validKeySet)


Copyright © 2010–2013. All rights reserved.