public class TreeEntry extends Object implements Serializable
| Constructor and Description | 
|---|
| TreeEntry() | 
| TreeEntry(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Artifact | getArtifact() | 
| List<TreeEntry> | getChilds() | 
| TreeEntry | getParent() | 
| int | hashCode() | 
| void | setArtifact(Artifact artifact) | 
| void | setChilds(List<TreeEntry> childs) | 
| void | setParent(TreeEntry parent) | 
public Artifact getArtifact()
public void setArtifact(Artifact artifact)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.