Package ucar.unidata.util
Class WikiUtil
java.lang.Object
ucar.unidata.util.WikiUtil
deprecated Any active development of this class should be in the ramadda version from SourceFroge
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
WikiPageHandler _more_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCategoryLink
(String link) getInfoBox
(String property) _more_boolean
Get the MakeHeadings property.getProperty
(Object key) _more_getPropertyValue
(String property) _more_boolean
Get the ReplaceNewlineWithP property.static void
_more_void
putProperty
(Object key, Object value) _more_void
removeProperty
(Object key) void
setMakeHeadings
(boolean value) Set the MakeHeadings property.void
setReplaceNewlineWithP
(boolean value) Set the ReplaceNewlineWithP property.wikify
(String s, WikiUtil.WikiPageHandler handler) _more_
-
Constructor Details
-
WikiUtil
public WikiUtil()_more_ -
WikiUtil
_more_- Parameters:
properties
- _more_
-
-
Method Details
-
removeProperty
-
putProperty
_more_- Parameters:
key
- _more_value
- _more_
-
addCategoryLink
-
getProperty
_more_- Parameters:
key
- _more_- Returns:
- _more_
-
getInfoBox
_more_- Parameters:
property
- _more_- Returns:
- _more_
-
getPropertyValue
_more_- Parameters:
property
- _more_- Returns:
- _more_
-
wikify
_more_- Parameters:
s
- _more_handler
- _more_- Returns:
- _more_
-
main
_more_- Parameters:
args
- _more_
-
setMakeHeadings
public void setMakeHeadings(boolean value) Set the MakeHeadings property.- Parameters:
value
- The new value for MakeHeadings
-
getMakeHeadings
public boolean getMakeHeadings()Get the MakeHeadings property.- Returns:
- The MakeHeadings
-
setReplaceNewlineWithP
public void setReplaceNewlineWithP(boolean value) Set the ReplaceNewlineWithP property.- Parameters:
value
- The new value for ReplaceNewlineWithP
-
getReplaceNewlineWithP
public boolean getReplaceNewlineWithP()Get the ReplaceNewlineWithP property.- Returns:
- The ReplaceNewlineWithP
-