org.radeox.macro.api
Class ApiDoc
java.lang.Object
org.radeox.macro.api.ApiDoc
public class ApiDoc
- extends java.lang.Object
Stores information and links to api documentation, e.g. for Java, Ruby, JBoss
Method Summary |
void |
addApiDoc(java.io.BufferedReader reader)
|
java.io.Writer |
appendTo(java.io.Writer writer)
|
boolean |
contains(java.lang.String external)
|
java.io.Writer |
expand(java.io.Writer writer,
java.lang.String className,
java.lang.String mode)
|
static ApiDoc |
getInstance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiDoc
public ApiDoc()
getInstance
public static ApiDoc getInstance()
addApiDoc
public void addApiDoc(java.io.BufferedReader reader)
throws java.io.IOException
- Throws:
java.io.IOException
contains
public boolean contains(java.lang.String external)
expand
public java.io.Writer expand(java.io.Writer writer,
java.lang.String className,
java.lang.String mode)
throws java.io.IOException
- Throws:
java.io.IOException
appendTo
public java.io.Writer appendTo(java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException