![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
SYNOPSIS
javadocs <query>
EXAMPLES
javadocs String
javadocs java.security
javadocs java.lang.NullPointerException
DESCRIPTION
Uses Pete Freitag's javadocs.org service to search Sun's API
documentation.
Does everything javadocs.org does---returns results for class names
and packages in the J2SE API. If javadocs can't find it, the query is
passed on to Google.
See also:
* http://www.petefreitag.com/item/133.cfm
* http://javadocs.org/