Package org.radeox.macro.api
Class ApiDoc
- java.lang.Object
-
- org.radeox.macro.api.ApiDoc
-
public class ApiDoc extends Object
Stores information and links to api documentation, e.g. for Java, Ruby, JBoss- Version:
- $Id$
- Author:
- Stephan J. Schmidt
-
-
Constructor Summary
Constructors Constructor Description ApiDoc()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddApiDoc(BufferedReader reader)WriterappendTo(Writer writer)booleancontains(String external)Writerexpand(Writer writer, String className, String mode)static ApiDocgetInstance()
-
-
-
Method Detail
-
getInstance
public static ApiDoc getInstance()
-
addApiDoc
public void addApiDoc(BufferedReader reader) throws IOException
- Throws:
IOException
-
contains
public boolean contains(String external)
-
expand
public Writer expand(Writer writer, String className, String mode) throws IOException
- Throws:
IOException
-
appendTo
public Writer appendTo(Writer writer) throws IOException
- Throws:
IOException
-
-