org.eclipse.core.internal.resources
Interface IManager

All Known Subinterfaces:
IHistoryStore, IPropertyManager
All Known Implementing Classes:
AliasManager, BuildManager, CharsetManager, ContentDescriptionManager, FileSystemResourceManager, HistoryStore2, MarkerManager, NatureManager, NotificationManager, PathVariableManager, PropertyManager2, RefreshManager, SaveManager, WorkManager

public interface IManager


Method Summary
 void shutdown(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void startup(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Method Detail

shutdown

void shutdown(org.eclipse.core.runtime.IProgressMonitor monitor)
              throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

startup

void startup(org.eclipse.core.runtime.IProgressMonitor monitor)
             throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException