static class RenameRefactoring.Path
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<RenameRefactoring.PathElement> |
path |
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(java.lang.String element,
java.lang.String artifactId) |
RenameRefactoring.Path |
clone() |
java.lang.String |
toString() |
java.util.List<RenameRefactoring.PathElement> path
public void addElement(java.lang.String element,
java.lang.String artifactId)
public java.lang.String toString()
toString in class java.lang.Objectpublic RenameRefactoring.Path clone()
clone in class java.lang.Object