Uses of Class
de.smartics.maven.issues.cache.PersistenceException

Packages that use PersistenceException
de.smartics.maven.issues.cache Provides classes to cache search results and persist them. 
 

Uses of PersistenceException in de.smartics.maven.issues.cache
 

Methods in de.smartics.maven.issues.cache that throw PersistenceException
 org.eclipse.mylyn.tasks.core.data.TaskData TaskDataStore.load(String id)
          Retrieves the task information.
 org.eclipse.mylyn.tasks.core.data.TaskData AbstractFileTaskDataStore.load(String id)
          Retrieves the task information.
 void TaskDataStore.persist(org.eclipse.mylyn.tasks.core.data.TaskData task)
          Persists the task information.
 void AbstractFileTaskDataStore.persist(org.eclipse.mylyn.tasks.core.data.TaskData task)
          Persists the task information.
protected  org.eclipse.mylyn.tasks.core.data.TaskData AbstractFileTaskDataStore.readTask(File file)
          Reads the task from the given file.
protected  org.eclipse.mylyn.tasks.core.data.TaskData XmlTaskDataStore.readTask(InputStream inputStream)
          Reads the task from the given input stream.
protected abstract  org.eclipse.mylyn.tasks.core.data.TaskData AbstractFileTaskDataStore.readTask(InputStream inputStream)
          Reads the task from the given input stream.
protected  void AbstractFileTaskDataStore.writeTask(File file, org.eclipse.mylyn.tasks.core.data.TaskData task)
          Persists the task to the given file.
protected  void XmlTaskDataStore.writeTask(OutputStream outputStream, org.eclipse.mylyn.tasks.core.data.TaskData task)
          Persists the task to the given output stream.
protected abstract  void AbstractFileTaskDataStore.writeTask(OutputStream outputStream, org.eclipse.mylyn.tasks.core.data.TaskData task)
          Persists the task to the given output stream.
 



Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.