public class JobGroupPath extends Object
| Constructor and Description |
|---|
JobGroupPath(Collection<String> path) |
JobGroupPath(String element,
JobGroupPath parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
JobGroupPath |
getParent() |
List<String> |
getPath() |
int |
hashCode() |
String |
toString() |
public JobGroupPath(Collection<String> path)
path - the pathpublic JobGroupPath(String element, JobGroupPath parent)
element - the last element of the pathparent - the parentpublic JobGroupPath getParent()
Copyright © 2004–2017 XWiki. All rights reserved.