de.smartics.testdoc.core.export
Class AbstractExportAdapter

Package class diagram package AbstractExportAdapter
java.lang.Object
  extended by de.smartics.testdoc.core.export.AbstractExportAdapter
All Implemented Interfaces:
ExportAdapter
Direct Known Subclasses:
AbstractFileBasedExportAdapter, AbstractInMemoryExportAdapter, JmxExportAdapterClient, MultiExportAdapter

public abstract class AbstractExportAdapter
     
     
extends Object
implements ExportAdapter

Base implementation of the ExportAdapter interface.

Author:
Robert Reiner

Constructor Summary
protected AbstractExportAdapter()
          Default constructor.
 
Method Summary
 boolean exportQuietly(UnitTestDoc testDoc)
          Exports the documentation to the implementation dependent destination, suppressing any exceptions raised.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.smartics.testdoc.core.export.ExportAdapter
clear, export
 

Constructor Detail

AbstractExportAdapter

protected AbstractExportAdapter()
Default constructor.

Method Detail

exportQuietly

public boolean exportQuietly(UnitTestDoc testDoc)
Exports the documentation to the implementation dependent destination, suppressing any exceptions raised. Use this method if your are not interested in details why the export has failed.

Specified by:
exportQuietly in interface ExportAdapter
Parameters:
testDoc - the documentation to export.
Returns:
true if the export has been performed successfully, false otherwise.
See Also:
ExportAdapter.exportQuietly(de.smartics.testdoc.core.doc.UnitTestDoc)


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