public interface J2SEPlatformDefaultJavadoc
J2SEPlatformDefaultJavadoc
is also consulted
by the new java platform wizard when a new J2SE Platform is created to suggest
a Javadoc to a newly created platform.Modifier and Type | Method and Description |
---|---|
Collection<URI> |
getDefaultJavadoc(JavaPlatform platform)
Returns a collection of suggested javadoc roots for given platform.
|
@NonNull Collection<URI> getDefaultJavadoc(@NonNull JavaPlatform platform)
platform
- the platform to suggest javadoc for.