|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectChange
com.alveole.studio.web.refactoring.AnyChange
com.alveole.studio.web.refactoring.ActionUpdateClassRef
public class ActionUpdateClassRef
This change action performs changing Struts2 action fully qualified class name from a MVC Web Project.
Field Summary |
---|
Fields inherited from class com.alveole.studio.web.refactoring.AnyChange |
---|
autoSave, fromName, project, targetFile, toName, warning |
Constructor Summary | |
---|---|
ActionUpdateClassRef(org.eclipse.core.resources.IFile projectFile,
java.lang.String fromName,
java.lang.String toName)
|
Method Summary | |
---|---|
boolean |
init()
Initializes this action, and return true if this action should be performed, false else. |
Change |
perform(org.eclipse.core.runtime.IProgressMonitor pm)
|
Methods inherited from class com.alveole.studio.web.refactoring.AnyChange |
---|
getModifiedElement, getName, getWarning, initializeValidationData, isValid, openProject, setWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionUpdateClassRef(org.eclipse.core.resources.IFile projectFile, java.lang.String fromName, java.lang.String toName)
Method Detail |
---|
public boolean init()
init
in class AnyChange
public Change perform(org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |