Package jetbrains.mps.make.resources
Interface IPropertiesIO
- 
- All Known Implementing Classes:
 FlatFilePropertiesIO
public interface IPropertiesIO 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetKey()Map<String,String>readProperties()voidwriteProperties(Map<String,String> store) 
 - 
 
- 
- 
Method Detail
- 
getKey
Object getKey()
 
- 
readProperties
Map<String,String> readProperties() throws IOException
- Throws:
 IOException
 
- 
writeProperties
void writeProperties(Map<String,String> store) throws IOException
- Throws:
 IOException
 
 - 
 
 -