|
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 | |
---|---|
File
|
getFile()
Returns the file for this dependency. |
GradleModuleVersion
|
getGradleModuleVersion()
Returns the Gradle module information for this dependency, or null if the dependency does not originate from a remote repository. |
File
|
getJavadoc()
Returns the Javadoc directory or archive for this dependency, or null if no Javadoc is available. |
File
|
getSource()
Returns the source directory or archive for this dependency, or null if no source is available. |
Method Detail |
---|
public File getFile()
@Nullable @Incubating public GradleModuleVersion getGradleModuleVersion()
@Nullable public File getJavadoc()
@Nullable public File getSource()
Gradle API 1.5