当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
MultipleCopyRefactoring (Refactoring API) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.refactoring.api
Class MultipleCopyRefactoring
java.lang.Object
org.netbeans.modules.refactoring.api.AbstractRefactoring
org.netbeans.modules.refactoring.api.MultipleCopyRefactoring
public final class MultipleCopyRefactoring
- extends AbstractRefactoring
This class is just holder for parameters of Multiple Copy Refactoring.
Refactoring itself is implemented in plugins
- See Also:
RefactoringPlugin
,
RefactoringPluginFactory
,
AbstractRefactoring
,
RefactoringSession
Method Summary |
Lookup |
getTarget()
Target where copy should be created
Multiple Copy Refactoring Refactoring currently does not have any implementation. |
void |
setTarget(Lookup target)
Target where copy should be created
Multiple Copy Refactoring Refactoring currently does not have any implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleCopyRefactoring
public MultipleCopyRefactoring(Lookup objectsToCopy)
- Public constructor takes Lookup containing objects to refactor as parameter.
Multiple Copy Refactoring Refactoring currently does not have any implementation.
- Parameters:
objectsToCopy
- store your objects into Lookup
setTarget
public void setTarget(Lookup target)
- Target where copy should be created
Multiple Copy Refactoring Refactoring currently does not have any implementation.
- Parameters:
target
-
getTarget
public Lookup getTarget()
- Target where copy should be created
Multiple Copy Refactoring Refactoring currently does not have any implementation.
- Returns:
- target