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

com.github.aoshiguchen.framework.configure.impl.IniConfigReaderImpl Maven / Gradle / Ivy

The newest version!
package com.github.aoshiguchen.framework.configure.impl;

import com.github.aoshiguchen.framework.configure.Configure;
import com.github.aoshiguchen.framework.configure.IConfigReader;
import com.github.aoshiguchen.framework.configure.ex.ConfigReaderException;
import com.github.aoshiguchen.framework.configure.ex.IniConfigReaderException;

/**
 * 读取ini配置实现
 * @author aoshiguchen
 */
public class IniConfigReaderImpl implements IConfigReader {
	
	public Configure readAll(String path) throws ConfigReaderException {
		
		throw new IniConfigReaderException();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy