Package com.baidu.disconf.client.core.processor

Examples of com.baidu.disconf.client.core.processor.DisconfCoreProcessor


        this.fetcherMgr = fetcherMgr;

        //
        // 在这里添加好配置项、配置文件的处理器
        //
        DisconfCoreProcessor disconfCoreProcessorFile = DisconfCoreProcessorFactory
                .getDisconfCoreProcessorFile(watchMgr, fetcherMgr);
        disconfCoreProcessorList.add(disconfCoreProcessorFile);

        DisconfCoreProcessor disconfCoreProcessorItem = DisconfCoreProcessorFactory
                .getDisconfCoreProcessorItem(watchMgr, fetcherMgr);
        disconfCoreProcessorList.add(disconfCoreProcessorItem);
    }
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.core.processor.DisconfCoreProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.