|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.external.javadoc.JavadocOfflineLink
public class JavadocOfflineLink
This class is used to hold the information that can be provided to the javadoc executable via the -linkoffline option.
Constructor Summary | |
JavadocOfflineLink(String extDocUrl, String packagelistLoc)
|
Method Summary | |
---|---|
String
|
getExtDocUrl()
|
String
|
getPackagelistLoc()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public JavadocOfflineLink(String extDocUrl, String packagelistLoc)
Method Detail |
---|
public String getExtDocUrl()
public String getPackagelistLoc()
public String toString()
Gradle API 1.12