public interface ApiConverter
| Modifier and Type | Method and Description |
|---|---|
void |
appendUrl(Writer writer,
String className)
Converts a class name to an url and adds the url to an Writer.
|
String |
getBaseUrl()
Get the base Url for the Converter.
|
String |
getName()
Returns the name of the converter.
|
void |
setBaseUrl(String baseUrl)
Set the base Url for the Converter.
|
void appendUrl(Writer writer, String className) throws IOException
writer - Writer to add the class url toclassName - Namee of the class to create pointer forIOExceptionvoid setBaseUrl(String baseUrl)
baseUrl - Url to use when creating an API pointerString getBaseUrl()
String getName()
Copyright © 2003–2018 Sakai Project. All rights reserved.