public class JavaApiConverter extends BaseApiConverter
baseUrl| Constructor and Description |
|---|
JavaApiConverter() |
| 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 |
getName()
Returns the name of the converter.
|
getBaseUrl, setBaseUrlpublic void appendUrl(Writer writer, String className) throws IOException
ApiConverterappendUrl in interface ApiConverterappendUrl in class BaseApiConverterwriter - Writer to add the class url toclassName - Namee of the class to create pointer forIOExceptionpublic String getName()
ApiConvertergetName in interface ApiConvertergetName in class BaseApiConverterCopyright © 2003–2021 Sakai Project. All rights reserved.