org.neverfear.whois
Class JavaWhois

java.lang.Object
  extended by org.neverfear.whois.JavaWhois

public class JavaWhois
extends java.lang.Object

A Java executable that takes a list of domain names and resolves them, printing the whois server response.
Example usage:
java JavaWhois google.co.uk google.lc microsoft.com

Author:
doug@neverfear.org

Constructor Summary
JavaWhois()
           
 
Method Summary
static void main(java.lang.String[] args)
          The method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaWhois

public JavaWhois()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The method

Parameters:
args - A list of domain names to query.
Throws:
java.lang.Exception