|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExternalDependency
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 |
|---|
File getFile()
@Nullable File getSource()
null if no source is available.
null if no source is available.@Nullable File getJavadoc()
null if no Javadoc is available.
null if no Javadoc is available.@Nullable @Incubating GradleModuleVersion getGradleModuleVersion()
null if the dependency does not
originate from a remote repository.
null if the dependency does not
originate from a remote repository.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||