Class StoreXmlDocumentOperation
- java.lang.Object
-
- org.eclipse.ui.actions.WorkspaceModifyOperation
-
- org.eclipse.epsilon.dt.exeed.modelink.StoreXmlDocumentOperation
-
- All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress
,org.eclipse.jface.operation.IThreadListener
public class StoreXmlDocumentOperation extends org.eclipse.ui.actions.WorkspaceModifyOperation
-
-
Constructor Summary
Constructors Constructor Description StoreXmlDocumentOperation(org.jdom.Document doc, org.eclipse.core.resources.IFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(org.eclipse.core.runtime.IProgressMonitor monitor)
-
-
-
Method Detail
-
execute
protected void execute(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException, java.lang.reflect.InvocationTargetException, java.lang.InterruptedException
- Specified by:
execute
in classorg.eclipse.ui.actions.WorkspaceModifyOperation
- Throws:
org.eclipse.core.runtime.CoreException
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
-
-