org.eclipse.mylar.internal.tasks.core
Class TaskRepositoriesExternalizer
java.lang.Object
org.eclipse.mylar.internal.tasks.core.TaskRepositoriesExternalizer
public class TaskRepositoriesExternalizer
- extends java.lang.Object
Adapted from MylarContextExternalizer
- Author:
- Rob Elves
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writer
private SaxRepositoriesWriter writer
ELEMENT_TASK_REPOSITORIES
public static final java.lang.String ELEMENT_TASK_REPOSITORIES
- See Also:
- Constant Field Values
ELEMENT_TASK_REPOSITORY
public static final java.lang.String ELEMENT_TASK_REPOSITORY
- See Also:
- Constant Field Values
ATTRIBUTE_VERSION
public static final java.lang.String ATTRIBUTE_VERSION
- See Also:
- Constant Field Values
TaskRepositoriesExternalizer
public TaskRepositoriesExternalizer()
writeRepositoriesToXML
public void writeRepositoriesToXML(java.util.Collection<TaskRepository> repositories,
java.io.File file)
readRepositoriesFromXML
public java.util.Set<TaskRepository> readRepositoriesFromXML(java.io.File file)