|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tngtech.freemind2wiki.FM2ConfluenceConverter
public class FM2ConfluenceConverter
Converts a FreeMind mind-map (*.mm) to Confluence markup.
See http://confluence.atlassian.com/renderer/notationhelp.action?section=all for a description of the Confluence markup. The converter supports the following features of a FreeMind mind-map:
| Constructor Summary | |
|---|---|
FM2ConfluenceConverter()
|
|
| Method Summary | |
|---|---|
void |
convert(java.io.Reader source,
java.io.Writer target)
Starts the conversion process. |
int |
getHeaderNestingDepth()
Number of headers to use for nesting. |
boolean |
isCreateOrderedLists()
If true, this converter creates Confluence nestings using ordered, enumerated lists. |
boolean |
isIgnoreColors()
If true, node colors will not be converted. |
boolean |
isIgnoreFontStyle()
If true, this converter will ignore node formatting settings (bold and italic). |
boolean |
isIgnoreIcons()
If true icons will not be converted |
boolean |
isIgnoreLinks()
If true links will not be converted. |
void |
setCreateOrderedLists(boolean createOrderedLists)
If true, this converter creates nestings using ordered, enumerated lists. |
void |
setHeaderNestingDepth(int headerNestingDepth)
Set the header nesting depth |
void |
setIgnoreColors(boolean ignoreColors)
If true, node colors will not be converted. |
void |
setIgnoreFontStyle(boolean ignoreFontStyle)
If true, this converter will ignore node formatting settings (bold and italic). |
void |
setIgnoreIcons(boolean ignoreIcons)
If true icons will not be converted |
void |
setIgnoreLinks(boolean ignoreLinks)
If true links will not be converted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FM2ConfluenceConverter()
| Method Detail |
|---|
public void convert(java.io.Reader source,
java.io.Writer target)
throws java.io.IOException
Converter
convert in interface Convertersource - stream will be closed after reading.target - stream will be closed after writing.
java.io.IOException - an exception if there is an IO problempublic boolean isCreateOrderedLists()
public void setCreateOrderedLists(boolean createOrderedLists)
createOrderedLists - true if this converter creates nestings using ordered, enumerated lists, false otherwisepublic boolean isIgnoreFontStyle()
public void setIgnoreFontStyle(boolean ignoreFontStyle)
ignoreFontStyle - true if this converter will ignore node formatting settings (bold and italic), false otherwisepublic boolean isIgnoreIcons()
public void setIgnoreIcons(boolean ignoreIcons)
ignoreIcons - true if icons will not be converted, false otherwisepublic boolean isIgnoreColors()
public void setIgnoreColors(boolean ignoreColors)
ignoreColors - true if node colors will not be converted, false otherwisepublic boolean isIgnoreLinks()
public void setIgnoreLinks(boolean ignoreLinks)
ignoreLinks - true if links will not be converted, false otherwisepublic int getHeaderNestingDepth()
public void setHeaderNestingDepth(int headerNestingDepth)
headerNestingDepth - the maximum header nesting depthgetHeaderNestingDepth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||