de.smartics.testdoc.core.export
Class UnitTestDocIndexExporter

Package class diagram package UnitTestDocIndexExporter
java.lang.Object
  extended by de.smartics.testdoc.core.export.UnitTestDocIndexExporter

public class UnitTestDocIndexExporter
     
     
extends Object

Exports the UnitTestDocIndex to a storage medium.

Author:
Robert Reiner

Constructor Summary
UnitTestDocIndexExporter(OutputManager manager)
          Default constructor.
 
Method Summary
 void export(UnitTestDocIndex index)
          Exports the index to it external form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitTestDocIndexExporter

public UnitTestDocIndexExporter(OutputManager manager)
                         throws org.apache.commons.lang.NullArgumentException
Default constructor.

Parameters:
manager - the manager that decides where to write a documentation instance to.
Throws:
org.apache.commons.lang.NullArgumentException - if manager is null.
Method Detail

export

public void export(UnitTestDocIndex index)
            throws IOException,
                   org.apache.commons.lang.NullArgumentException
Exports the index to it external form.

Parameters:
index - the index to be written to XML.
Throws:
IOException - on any problem exporting the index to the destination.
org.apache.commons.lang.NullArgumentException - if index is null.


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.