|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.radeox.macro.api.BaseApiConverter | +--org.radeox.macro.api.JavaApiConverter
Converts a Java class name to an API url
Field Summary |
Fields inherited from class org.radeox.macro.api.BaseApiConverter |
baseUrl |
Constructor Summary | |
JavaApiConverter()
|
Method Summary | |
void |
appendUrl(java.io.Writer writer,
java.lang.String className)
Converts a class name to an url and adds the url to an Writer. |
java.lang.String |
getName()
Returns the name of the converter. |
Methods inherited from class org.radeox.macro.api.BaseApiConverter |
getBaseUrl, setBaseUrl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaApiConverter()
Method Detail |
public void appendUrl(java.io.Writer writer, java.lang.String className) throws java.io.IOException
ApiConverter
appendUrl
in interface ApiConverter
appendUrl
in class BaseApiConverter
writer
- Writer to add the class url toclassName
- Namee of the class to create pointer for
java.io.IOException
public java.lang.String getName()
ApiConverter
getName
in interface ApiConverter
getName
in class BaseApiConverter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |