| java.lang.Object org.apache.http.examples.PrintVersionInfo
PrintVersionInfo | public class PrintVersionInfo (Code) | | Prints version information for debugging purposes.
This can be used to verify that the correct versions of the
HttpComponent JARs are picked up from the classpath.
version: $Revision: 554888 $ |
Field Summary | |
final public static String[] | MODULE_LIST A default list of module packages. |
Method Summary | |
public static void | main(String args) Prints version information.
Parameters: args - command line arguments. |
MODULE_LIST | final public static String[] MODULE_LIST(Code) | | A default list of module packages.
|
main | public static void main(String args)(Code) | | Prints version information.
Parameters: args - command line arguments. Leave empty to print versioninformation for the default packages. Otherwise, passa list of packages for which to get version info. |
|
|