Adopting 3.8 mechanisms and APIs
This section describes changes that are required if you are trying to change
your 3.7 plug-in to adopt the 3.8 mechanisms and APIs.
- New member flag IContainer#DO_NOT_CHECK_EXISTENCE
The new flag may be used in:
- IResource#accept(IResourceProxyVisitor, int)
- IResource#accept(IResourceVisitor, int, int)
to indicate whether the resource should be checked for existence. If the flag is not
specified (recommended) and the resource does not exist, CoreException will be thrown.
Children of the resource are never checked for existence.