|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.tooling.model.Dependency org.gradle.tooling.model.ExternalDependency org.gradle.tooling.model.idea.IdeaSingleEntryLibraryDependency org.gradle.tooling.model.idea.IdeaDependency org.gradle.api.artifacts.Dependency
public interface IdeaSingleEntryLibraryDependency extends ExternalDependency, IdeaDependency
"Single-Entry Module Library" as IDEA calls it. For example a single Jar file with sources Jar.
Method Summary | |
---|---|
File
|
getFile()
Returns the file for this dependency. |
File
|
getJavadoc()
Returns the Javadoc directory/archive for this dependency. |
File
|
getSource()
Returns the source directory/archive for this dependency. |
Methods inherited from interface ExternalDependency | |
---|---|
getFile, getGradleModuleVersion, getJavadoc, getSource |
Methods inherited from interface IdeaDependency | |
---|---|
getExported, getScope |
Method Detail |
---|
public File getFile()
@Nullable public File getJavadoc()
@Nullable public File getSource()
Gradle API 1.12