The abstract base class for all auto-refresh providers. This class provides
the infrastructure for defining an auto-refresh provider and fulfills the
contract specified by the org.eclipse.core.resources.refreshProviders
standard extension point.
All auto-refresh providers must subclass this class. A
RefreshProvider is responsible for creating
IRefreshMonitor objects. The provider must decide if
it is capable of monitoring the file, or folder and subtree under the path that is provided.
org.eclipse.core.resources.refreshProvidersstandard extension point.All auto-refresh providers must subclass this class. A
RefreshProvideris responsible for creatingIRefreshMonitorobjects. The provider must decide if it is capable of monitoring the file, or folder and subtree under the path that is provided.