public class InterWiki extends Object
| Constructor and Description |
|---|
InterWiki() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterMap(BufferedReader reader) |
Writer |
appendTo(Writer writer) |
boolean |
contains(String external) |
Writer |
expand(Writer writer,
String wiki,
String name,
String view) |
Writer |
expand(Writer writer,
String wiki,
String name,
String view,
String anchor) |
static InterWiki |
getInstance() |
String |
getWikiUrl(String wiki,
String name) |
public static InterWiki getInstance()
public void addInterMap(BufferedReader reader) throws IOException
IOExceptionpublic Writer appendTo(Writer writer) throws IOException
IOExceptionpublic boolean contains(String external)
public Writer expand(Writer writer, String wiki, String name, String view, String anchor) throws IOException
IOExceptionpublic Writer expand(Writer writer, String wiki, String name, String view) throws IOException
IOExceptionCopyright © 2003–2021 Sakai Project. All rights reserved.