Groovy Documentation

org.gradle.api.artifacts.resolution
[Java] Interface JvmLibraryJavadocArtifact

org.gradle.api.artifacts.resolution.JvmLibraryJavadocArtifact
  org.gradle.api.artifacts.resolution.SoftwareArtifact
      org.gradle.api.artifacts.resolution.JvmLibraryArtifact
All Superinterfaces:
SoftwareArtifact, JvmLibraryArtifact

@Incubating
public interface JvmLibraryJavadocArtifact
extends JvmLibraryArtifact

An artifact containing sources for a JVM library software component.

Since:
1.12


Method Summary
 
Methods inherited from interface SoftwareArtifact
getFailure, getFile
 

Gradle API 1.12