public class ProjectDependency extends AbstractClasspathEntry
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path| Constructor and Description | 
|---|
| ProjectDependency(Node node) | 
| ProjectDependency(String path)Create a dependency on another Eclipse project. | 
| ProjectDependency(String path,
                 String gradlePath)Deprecated. 
 Use  ProjectDependency(String)instead | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getGradlePath()Deprecated.  | 
| String | getKind() | 
| void | setGradlePath(String gradlePath)Deprecated.  | 
| 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 "/".@Deprecated public ProjectDependency(String path, String gradlePath)
ProjectDependency(String) instead@Deprecated public String getGradlePath()
@Deprecated public void setGradlePath(String gradlePath)
public String getKind()
public String toString()
toString in class AbstractClasspathEntry