public class RenameRefactoring extends AbstractPomRefactoring
editingDomain, file, PROBLEMS_DURING_REFACTORING| Constructor and Description |
|---|
RenameRefactoring(org.eclipse.core.resources.IFile file,
MavenRenameWizardPage page) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.command.CompoundCommand |
applyModel(RefactoringModelResources model,
String newGroupId,
String newArtifactId,
String newVersion,
boolean processRoot)
Applies new values in model
|
org.eclipse.ltk.core.refactoring.RefactoringStatus |
checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor pm) |
String |
getName() |
String |
getNewProjectName() |
String |
getTitle() |
PomVisitor |
getVisitor() |
boolean |
scanAllArtifacts() |
checkFinalConditions, createChange, createModel, getParentProject, loadModel, loadResource, processCommandpublic RenameRefactoring(org.eclipse.core.resources.IFile file,
MavenRenameWizardPage page)
public String getNewProjectName()
getNewProjectName in class AbstractPomRefactoringpublic org.eclipse.emf.common.command.CompoundCommand applyModel(RefactoringModelResources model, String newGroupId, String newArtifactId, String newVersion, boolean processRoot) throws Exception
editingDomain - renameProject - NoSuchMethodExceptionExceptionpublic org.eclipse.ltk.core.refactoring.RefactoringStatus checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor pm)
throws org.eclipse.core.runtime.CoreException,
org.eclipse.core.runtime.OperationCanceledException
checkInitialConditions in class org.eclipse.ltk.core.refactoring.Refactoringorg.eclipse.core.runtime.CoreExceptionorg.eclipse.core.runtime.OperationCanceledExceptionpublic String getName()
getName in class org.eclipse.ltk.core.refactoring.Refactoringpublic PomVisitor getVisitor()
getVisitor in class AbstractPomRefactoringpublic boolean scanAllArtifacts()
scanAllArtifacts in class AbstractPomRefactoringpublic String getTitle()
getTitle in class AbstractPomRefactoringCopyright © 2005–2021 Eclipse Foundation. All rights reserved.