Package org.gradle.jvm.toolchain
Interface JavadocTool
public interface JavadocTool
Generates HTML API documentation for Java classes.
- Since:
 - 6.7
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the path to the executable for this toolReturns metadata information about this tool 
- 
Method Details
- 
getMetadata
JavaInstallationMetadata getMetadata()Returns metadata information about this tool- Returns:
 - the tool metadata
 
 - 
getExecutablePath
Returns the path to the executable for this tool- Returns:
 - the path to the executable
 
 
 -