1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[175306] provide class level javadoc for IRSEPersistenceManager

This commit is contained in:
David Dykstal 2007-06-18 21:16:39 +00:00
parent 4379b98a9c
commit a1a26ecca2

View file

@ -18,6 +18,12 @@ package org.eclipse.rse.persistence;
import org.eclipse.rse.core.model.ISystemProfile;
/**
* This interface defines the services provided by a persistence manager for RSE.
* There is typically only one persistence manager instance defined when RSE is running.
* The persistence manager controls the persistence of RSE profiles through the use
* of registered persistence providers.
*/
public interface IRSEPersistenceManager {
/**