Package org.eclipse.epsilon.egl.config
Interface ConfigFileReader
- 
- All Known Implementing Classes:
 XMLConfigFileReader
public interface ConfigFileReader 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,CompositePartitioner>read(java.io.InputStream stream) 
 - 
 
- 
- 
Method Detail
- 
read
java.util.Map<java.lang.String,CompositePartitioner> read(java.io.InputStream stream) throws PersistenceException
- Throws:
 PersistenceException
 
 - 
 
 -