|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectFile
File associated/stored with a project. Implementations must have a default constructor if they shall be used in a project.
Method Summary | |
---|---|
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(OutputStream out)
Store the file to an output stream when saving a project. |
Method Detail |
---|
void load(InputStream in) throws Exception
in
- the input stream
Exception
- if an error occurs loading the fileapply()
void reset()
apply()
void apply()
load(InputStream)
or apply()
haven't been called after
the main project file has been loaded.
void store(OutputStream out) throws Exception
out
- the output stream
Exception
- if an error occurs saving the file
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |