ucar.unidata.util
Class WikiUtil

java.lang.Object
  extended by ucar.unidata.util.WikiUtil

Deprecated. Any active development of this class should be in the ramadda version from SourceFroge

public class WikiUtil
extends Object


Nested Class Summary
static interface WikiUtil.WikiPageHandler
          Deprecated. WikiPageHandler _more_
 
Constructor Summary
WikiUtil()
          Deprecated. _more_
WikiUtil(Hashtable properties)
          Deprecated. _more_
 
Method Summary
 void addCategoryLink(String link)
          Deprecated.  
 String getInfoBox(String property)
          Deprecated. _more_
 boolean getMakeHeadings()
          Deprecated. Get the MakeHeadings property.
 Object getProperty(Object key)
          Deprecated. _more_
 String getPropertyValue(String property)
          Deprecated. _more_
 boolean getReplaceNewlineWithP()
          Deprecated. Get the ReplaceNewlineWithP property.
static void main(String[] args)
          Deprecated. _more_
 void putProperty(Object key, Object value)
          Deprecated. _more_
 void removeProperty(Object key)
          Deprecated.  
 void setMakeHeadings(boolean value)
          Deprecated. Set the MakeHeadings property.
 void setReplaceNewlineWithP(boolean value)
          Deprecated. Set the ReplaceNewlineWithP property.
 String wikify(String s, WikiUtil.WikiPageHandler handler)
          Deprecated. _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiUtil

public WikiUtil()
Deprecated. 
_more_


WikiUtil

public WikiUtil(Hashtable properties)
Deprecated. 
_more_

Parameters:
properties - _more_
Method Detail

removeProperty

public void removeProperty(Object key)
Deprecated. 

putProperty

public void putProperty(Object key,
                        Object value)
Deprecated. 
_more_

Parameters:
key - _more_
value - _more_

addCategoryLink

public void addCategoryLink(String link)
Deprecated. 

getProperty

public Object getProperty(Object key)
Deprecated. 
_more_

Parameters:
key - _more_
Returns:
_more_

getInfoBox

public String getInfoBox(String property)
Deprecated. 
_more_

Parameters:
property - _more_
Returns:
_more_

getPropertyValue

public String getPropertyValue(String property)
Deprecated. 
_more_

Parameters:
property - _more_
Returns:
_more_

wikify

public String wikify(String s,
                     WikiUtil.WikiPageHandler handler)
Deprecated. 
_more_

Parameters:
s - _more_
handler - _more_
Returns:
_more_

main

public static void main(String[] args)
Deprecated. 
_more_

Parameters:
args - _more_

setMakeHeadings

public void setMakeHeadings(boolean value)
Deprecated. 
Set the MakeHeadings property.

Parameters:
value - The new value for MakeHeadings

getMakeHeadings

public boolean getMakeHeadings()
Deprecated. 
Get the MakeHeadings property.

Returns:
The MakeHeadings

setReplaceNewlineWithP

public void setReplaceNewlineWithP(boolean value)
Deprecated. 
Set the ReplaceNewlineWithP property.

Parameters:
value - The new value for ReplaceNewlineWithP

getReplaceNewlineWithP

public boolean getReplaceNewlineWithP()
Deprecated. 
Get the ReplaceNewlineWithP property.

Returns:
The ReplaceNewlineWithP