|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
org.gradle.plugins.ide.eclipse.model.ProjectDependency
class ProjectDependency extends AbstractClasspathEntry
Property Summary | |
---|---|
String |
declaredConfigurationName
|
String |
gradlePath
|
Constructor Summary | |
ProjectDependency(Node node)
|
|
ProjectDependency(String path, String gradlePath)
|
Method Summary | |
---|---|
String
|
getKind()
|
String
|
toString()
|
Methods inherited from class AbstractClasspathEntry | |
---|---|
addClasspathEntry, appendNode, equals, getNativeLibraryLocation, hashCode, normalizePath, setNativeLibraryLocation, toString, writeEntryAttributes |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
String declaredConfigurationName
String gradlePath
Constructor Detail |
---|
ProjectDependency(Node node)
ProjectDependency(String path, String gradlePath)
Method Detail |
---|
String getKind()
String toString()
Gradle API 1.0-milestone-8a