ClasspathEntrypublic class ProjectDependency extends AbstractClasspathEntry
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path| Constructor | Description | 
|---|---|
| ProjectDependency(Node node) | |
| ProjectDependency(String path) | Create a dependency on another Eclipse project. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getKind() | |
| String | toString() | 
addClasspathEntry, appendNode, equals, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, hashCode, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributespublic ProjectDependency(Node node)
public ProjectDependency(String path)
path - The path to the Eclipse project, which is the name of the eclipse project preceded by "/".public String getKind()
public String toString()
toString in class AbstractClasspathEntry