edu.jhu.htm.app
Class echoDomain

java.lang.Object
  |
  +--edu.jhu.htm.app.echoDomain

public class echoDomain
extends java.lang.Object

This example code echoes a domain file. It converts special formats to the default one. It can be invoked by

   java edu.jhu.htm.app.echoDomain domainfile
   
where
          domainfile: file containing a domain
   

see the description in intersect for domainfile formats and examples. There are a couple of example domain files in the directory jhu/htm.app.

Version:
1.0
Author:
Peter Kunszt
See Also:
intersect

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

Constructor Detail

echoDomain

public echoDomain()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
java.lang.Exception