Represent the root Java element corresponding to the workspace. Since there is only one such root element, it is commonly referred to as
the Java model element. The Java model element needs to be opened before it can be navigated or manipulated. The Java model element has no parent (it is the root of the Java element hierarchy). Its children are
IJavaProject
s.
This interface provides methods for performing copy, move, rename, and delete operations on multiple Java elements.
An instance of one of these handles can be created via JavaCore.create(workspace.getRoot())
.
@see JavaCore#create(org.eclipse.core.resources.IWorkspaceRoot)
@noimplement This interface is not intended to be implemented by clients.