public class ExcludeArtifactRefactoring
extends org.eclipse.ltk.core.refactoring.Refactoring
Constructor and Description |
---|
ExcludeArtifactRefactoring(ArtifactKey[] keys) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.ltk.core.refactoring.RefactoringStatus |
checkFinalConditions(org.eclipse.core.runtime.IProgressMonitor pm) |
org.eclipse.ltk.core.refactoring.RefactoringStatus |
checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor pm) |
org.eclipse.ltk.core.refactoring.Change |
createChange(org.eclipse.core.runtime.IProgressMonitor pm) |
String |
getName() |
void |
setExclusionPoint(ParentHierarchyEntry exclusionPoint) |
void |
setHierarchy(List<ParentHierarchyEntry> hierarchy) |
public ExcludeArtifactRefactoring(ArtifactKey[] keys)
public void setExclusionPoint(ParentHierarchyEntry exclusionPoint)
public void setHierarchy(List<ParentHierarchyEntry> hierarchy)
public String getName()
getName
in class org.eclipse.ltk.core.refactoring.Refactoring
public org.eclipse.ltk.core.refactoring.RefactoringStatus checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.OperationCanceledException
checkInitialConditions
in class org.eclipse.ltk.core.refactoring.Refactoring
org.eclipse.core.runtime.OperationCanceledException
public org.eclipse.ltk.core.refactoring.RefactoringStatus checkFinalConditions(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException, org.eclipse.core.runtime.OperationCanceledException
checkFinalConditions
in class org.eclipse.ltk.core.refactoring.Refactoring
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.OperationCanceledException
public org.eclipse.ltk.core.refactoring.Change createChange(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.OperationCanceledException
createChange
in class org.eclipse.ltk.core.refactoring.Refactoring
org.eclipse.core.runtime.OperationCanceledException
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.