Uses of Class
com.iizigo.project.refactor.RefactoringOperation
Packages that use RefactoringOperation Package Description com.iizigo.project com.iizigo.project.refactor Uses of RefactoringOperation in com.iizigo.project
Methods in com.iizigo.project with parameters of type RefactoringOperation Modifier and Type Method Description booleanModuleModel. addCommitRefactoringListener(ICommitRefactoring listener, RefactoringOperation... operations)Adds a listener for Commit Refactoring in this project.voidProjectManager. onWorkspaceChange(RefactoringOperation operation)Called for workspace changes, new/rename/remove file/folder when processing delta-changes for the workspace.Uses of RefactoringOperation in com.iizigo.project.refactor
Methods in com.iizigo.project.refactor that return RefactoringOperation Modifier and Type Method Description static RefactoringOperationRefactoringOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RefactoringOperation[]RefactoringOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.