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 IJavaProjects.
This interface provides methods for performing copy, move, rename, and
delete operations on multiple Java elements.
This interface is not intended to be implemented by clients. An instance
of one of these handles can be created via
JavaCore.create(workspace.getRoot()).
IJavaProjects.This interface provides methods for performing copy, move, rename, and delete operations on multiple Java elements.
This interface is not intended to be implemented by clients. An instance of one of these handles can be created via
JavaCore.create(workspace.getRoot()).