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:
parent
4379b98a9c
commit
a1a26ecca2
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue