|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tngtech.freemind2wiki.FreeMindWikiUtils
public final class FreeMindWikiUtils
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 |
|---|
public FreeMindWikiUtils()
| Method Detail |
|---|
public static java.lang.String convertToString(Converter c,
java.lang.String source)
throws java.io.IOException
c - the converter to usesource - the source to convert
java.io.IOException - if something goes wrong
public static final java.lang.String convertToString(Converter c,
java.io.Reader s)
throws java.io.IOException
c - the converter to uses - the reader to convert input from
java.io.IOException - if something goes wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||