| org.eclipse.ui.internal.ide.undo.AbstractResourceDescription org.eclipse.ui.internal.ide.undo.ContainerDescription org.eclipse.ui.internal.ide.undo.FolderDescription
FolderDescription | public class FolderDescription extends ContainerDescription (Code) | | FolderDescription is a lightweight description that describes a folder to be
created.
This class is not intended to be instantiated or used by clients.
since: 3.3 |
Constructor Summary | |
public | FolderDescription(IFolder folder) Create a FolderDescription from the specified folder handle. | public | FolderDescription(IFolder folder, URI linkLocation) Create a FolderDescription from the specified folder handle. |
FolderDescription | public FolderDescription(IFolder folder)(Code) | | Create a FolderDescription from the specified folder handle. Typically
used when the folder handle represents a resource that actually exists,
although it will not fail if the resource is non-existent.
Parameters: folder - the folder to be described |
FolderDescription | public FolderDescription(IFolder folder, URI linkLocation)(Code) | | Create a FolderDescription from the specified folder handle. If the
folder to be created should be linked to a different location, specify
the location.
Parameters: folder - the folder to be described Parameters: linkLocation - the location to which the folder is linked, ornull if it is not linked |
createExistentResourceFromHandle | public void createExistentResourceFromHandle(IResource resource, IProgressMonitor monitor) throws CoreException(Code) | | |
createResourceHandle | public IResource createResourceHandle()(Code) | | |
Methods inherited from org.eclipse.ui.internal.ide.undo.AbstractResourceDescription | public IResource createResource(IProgressMonitor monitor) throws CoreException(Code)(Java Doc) IWorkspace getWorkspace()(Code)(Java Doc) public boolean isValid()(Code)(Java Doc) protected void restoreResourceAttributes(IResource resource) throws CoreException(Code)(Java Doc) public boolean verifyExistence(boolean checkMembers)(Code)(Java Doc)
|
|
|