All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.holmos.cache.config.parser.XMLParser Maven / Gradle / Ivy

There is a newer version: 1.0.2u10
Show newest version
package com.holmos.cache.config.parser;

import com.holmos.cache.config.CacheConfig;
import com.holmos.cache.config.CacheConfigComponent;
/**
 * Watsen 平台缓存系统Properties格式配置文件解析器
 * 
 * @author 吴银龙([email protected])
 * 
 * */
public class XMLParser extends AbstractParser{
	
	@Override
	public CacheConfigComponent parser(String cacheName) {
		return null;
	}

	@Override
	public CacheConfig parser() {
		// TODO Auto-generated method stub
		return null;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy