public class XrefMapper extends Object
| Constructor and Description |
|---|
XrefMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addXref(BufferedReader reader) |
Writer |
appendTo(Writer writer) |
boolean |
contains(String external) |
Writer |
expand(Writer writer,
String className,
String site,
int lineNumber) |
static XrefMapper |
getInstance() |
public static XrefMapper getInstance()
public void addXref(BufferedReader reader) throws IOException
IOExceptionpublic boolean contains(String external)
public Writer expand(Writer writer, String className, String site, int lineNumber) throws IOException
IOExceptionpublic Writer appendTo(Writer writer) throws IOException
IOExceptionCopyright © 2003–2022 Sakai Project. All rights reserved.