com.tngtech.freemind2wiki
Class FreeMindWikiUtils

java.lang.Object
  extended by com.tngtech.freemind2wiki.FreeMindWikiUtils

public final class FreeMindWikiUtils
extends java.lang.Object

Utility methods


Constructor Summary
FreeMindWikiUtils()
           
 
Method Summary
static java.lang.String convertToString(Converter c, java.io.Reader s)
          Convert a string to a new string
static java.lang.String convertToString(Converter c, java.lang.String source)
          Convert a string to a new string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMindWikiUtils

public FreeMindWikiUtils()
Method Detail

convertToString

public static java.lang.String convertToString(Converter c,
                                               java.lang.String source)
                                        throws java.io.IOException
Convert a string to a new string

Parameters:
c - the converter to use
source - the source to convert
Returns:
the converted string
Throws:
java.io.IOException - if something goes wrong

convertToString

public static final java.lang.String convertToString(Converter c,
                                                     java.io.Reader s)
                                              throws java.io.IOException
Convert a string to a new string

Parameters:
c - the converter to use
s - the reader to convert input from
Returns:
the converted string
Throws:
java.io.IOException - if something goes wrong


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