de.smartics.testdoc.core.adapter
Interface IndexProvider

Package class diagram package IndexProvider
All Known Implementing Classes:
AbstractInMemoryExportAdapter, JmxExportAdapter, SingletonInMemoryExportAdapter

public interface IndexProvider

Provides access to an instance of UnitTestDocIndex.

Author:
Robert Reiner

Nested Class Summary
static interface IndexProvider.UnitTestDocLoader
          Loader to fill an {@link IndexProvider.
 
Method Summary
 UnitTestDocIndex getIndex()
          Returns the index that stores the exported documentation.
 void load(IndexProvider.UnitTestDocLoader loader)
          Loads instances of unit test documentation from the loader.
 

Method Detail

getIndex

UnitTestDocIndex getIndex()
Returns the index that stores the exported documentation.

Returns:
the index that stores the exported documentation.

load

void load(IndexProvider.UnitTestDocLoader loader)
          throws ImportException
Loads instances of unit test documentation from the loader.

Throws:
ImportException - on any problem loading the unit test documentation.


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