ix.iface.domain
Class ITF_Writer

java.lang.Object
  extended by ix.iface.domain.ITF_Writer

public class ITF_Writer
extends java.lang.Object


Constructor Summary
ITF_Writer()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void writeDomain(Domain dom, java.io.File file)
           
 void writeDomain(Domain dom, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITF_Writer

public ITF_Writer()
Method Detail

writeDomain

public void writeDomain(Domain dom,
                        java.io.File file)
                 throws java.io.IOException
Throws:
java.io.IOException

writeDomain

public void writeDomain(Domain dom,
                        java.io.Writer out)
                 throws java.io.IOException
Throws:
java.io.IOException

main

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