Package | Description |
---|---|
org.eclipse.m2e.refactoring | |
org.eclipse.m2e.refactoring.rename |
Modifier and Type | Field and Description |
---|---|
protected RefactoringModelResources |
RefactoringModelResources.PropertyInfo.resource |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,RefactoringModelResources> |
AbstractPomRefactoring.models |
Modifier and Type | Method and Description |
---|---|
RefactoringModelResources |
RefactoringModelResources.PropertyInfo.getResource() |
protected RefactoringModelResources |
AbstractPomRefactoring.loadModel(IMavenProjectFacade projectFacade,
org.eclipse.core.runtime.IProgressMonitor pm) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.command.CompoundCommand |
PomVisitor.applyChanges(RefactoringModelResources model,
org.eclipse.core.runtime.IProgressMonitor pm)
Applies refactoring changes through undoable command
|
protected void |
AbstractPomRefactoring.processCommand(RefactoringModelResources model,
org.eclipse.ltk.core.refactoring.CompositeChange res) |
void |
RefactoringModelResources.PropertyInfo.setResource(RefactoringModelResources resource) |
Modifier and Type | Method and Description |
---|---|
private void |
RenameRefactoring.applyFeature(org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain editingDomain,
RefactoringModelResources model,
java.lang.String feature,
java.lang.String newValue,
org.eclipse.emf.common.command.CompoundCommand command,
RenameRefactoring.EObjectWithPath obj) |
org.eclipse.emf.common.command.CompoundCommand |
RenameRefactoring.applyModel(RefactoringModelResources model,
java.lang.String newGroupId,
java.lang.String newArtifactId,
java.lang.String newVersion,
boolean processRoot)
Applies new values in model
|