public class PropertyWriter extends Object
Constructor and Description |
---|
PropertyWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(Object data,
File outputFile)
Dump the data as a property file (if properly annotated)
|
public void write(Object data, File outputFile) throws IOException
data
- the data to saveoutputFile
- the output fileIOException
- if unable to saveThis documentation was released into the public domain.