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
- Version:
- $Id: ApiDoc.java,v 1.6 2003/06/11 10:04:27 stephan Exp $
- Author:
- Stephan J. Schmidt
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
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.