|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.tooling.model.ExternalDependencyorg.gradle.tooling.model.Dependency
public interface ExternalDependency extends Dependency
Represents an external artifact dependency.
| Method Summary | |
|---|---|
java.io.File
|
getFile()
Returns the file for this dependency. |
java.io.File
|
getJavadoc()
Returns the Javadoc directory/archive for this dependency. |
java.io.File
|
getSource()
Returns the source directory/archive for this dependency. |
| Method Detail |
|---|
public java.io.File getFile()
public java.io.File getJavadoc()
public java.io.File getSource()
Groovy Documentation