ClasspathEntrypublic class Output extends Object implements ClasspathEntry
| Modifier and Type | Method | Description | 
|---|---|---|
| void | appendNode(Node node) | |
| boolean | equals(Object o) | |
| String | getKind() | |
| String | getPath() | |
| int | hashCode() | |
| void | setPath(String path) | |
| String | toString() | 
public String getPath()
public void setPath(String path)
public String getKind()
getKind in interface ClasspathEntrypublic void appendNode(Node node)
appendNode in interface ClasspathEntry