public interface ProjectFile
Modifier and Type | Method and Description |
---|---|
void |
apply()
Apply the (loaded) configuration.
|
void |
load(InputStream in)
Load the file from an input stream when loading a project.
|
void |
reset()
Reset the file when a project is loaded but no data for the file was
present or loading the file failed.
|
void |
store(LocatableOutputSupplier<OutputStream> target)
Store the file to an output stream when saving a project.
|
void load(InputStream in) throws Exception
void reset()
apply()
void apply()
load(InputStream)
or apply()
haven't been called after
the main project file has been loaded.void store(LocatableOutputSupplier<OutputStream> target) throws Exception
target
- the targetException
- if an error occurs saving the fileBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a