public class JobGroupPath extends Object implements Serializable
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–2021 XWiki. All rights reserved.