public class XPathRefactoringData extends Object
Constructor and Description |
---|
XPathRefactoringData(XPathForRefactoring xp,
String newPath) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getNewPath() |
String |
getOldPath() |
XPathForRefactoring |
getUpdatedXPath() |
boolean |
isSameAsBefore() |
boolean |
newPathIsSet() |
void |
setNewPath(String s) |
String |
toString() |
public XPathRefactoringData(XPathForRefactoring xp, String newPath)
public String getLabel()
public String getOldPath()
public String getNewPath()
public void setNewPath(String s)
public boolean newPathIsSet()
public boolean isSameAsBefore()
public XPathForRefactoring getUpdatedXPath()
Copyright © 2019. All rights reserved.