com.tngtech.freemind2wiki
Interface Converter

All Known Implementing Classes:
Confluence2FMConverter, FM2ConfluenceConverter

public interface Converter

Convert some source and write the result in a target


Method Summary
 void convert(java.io.Reader source, java.io.Writer target)
          Starts the conversion process.
 

Method Detail

convert

void convert(java.io.Reader source,
             java.io.Writer target)
             throws java.io.IOException
Starts the conversion process.

Parameters:
source - stream will be closed after reading.
target - stream will be closed after writing.
Throws:
java.io.IOException - an exception if there is an IO problem


Copyright © 2008-2009 TNG Technology Consulting GmbH. All Rights Reserved.