|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.issues.IssuesListPersister
public class IssuesListPersister
Persists an issues list to a file
Constructor Summary | |
---|---|
IssuesListPersister(IIssuesList list,
java.lang.String fileName)
|
Method Summary | |
---|---|
void |
load()
Reads the local issues from disk |
void |
save()
Saves the issues list to the workspace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssuesListPersister(IIssuesList list, java.lang.String fileName)
Method Detail |
---|
public void save() throws java.io.IOException
java.io.IOException
- Thrown if there is a failure writing the output file.public void load() throws java.io.IOException, WorkbenchException
java.io.IOException
- thrown if there was a problem reading the issues file
WorkbenchException
- thrown if the xml in the file is bad or doesn't conform to
what the XMLMemento expects
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |