Package org.gradle.tooling.model.idea
Interface IdeaSingleEntryLibraryDependency
- All Superinterfaces:
- Dependency,- ExternalDependency,- IdeaDependency
"Single-Entry Module Library" as IDEA calls it. For example a single Jar file with sources Jar.
- Since:
- 1.0-milestone-5
- 
Method SummaryMethods inherited from interface org.gradle.tooling.model.ExternalDependencygetGradleModuleVersion, isExportedMethods inherited from interface org.gradle.tooling.model.idea.IdeaDependencygetExported, getScope
- 
Method Details- 
getFileFile getFile()Returns the file for this dependency.- Specified by:
- getFilein interface- ExternalDependency
- Returns:
- The file. Never null.
 
- 
getSourceReturns the source directory/archive for this dependency.- Specified by:
- getSourcein interface- ExternalDependency
- Returns:
- The source file. Returns null when the source is not available for this dependency.
 
- 
getJavadocReturns the Javadoc directory/archive for this dependency.- Specified by:
- getJavadocin interface- ExternalDependency
- Returns:
- The Javadoc file. Returns null when the Javadoc is not available for this dependency.
 
 
-