public interface PomVisitor
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.command.CompoundCommand |
applyChanges(RefactoringModelResources model,
org.eclipse.core.runtime.IProgressMonitor pm)
Applies refactoring changes through undoable command
|
org.eclipse.emf.common.command.CompoundCommand applyChanges(RefactoringModelResources model, org.eclipse.core.runtime.IProgressMonitor pm) throws java.lang.Exception
model - - current model being visitedpm - - progress monitorjava.lang.Exception