|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.radeox.macro.api.BaseApiConverter
org.radeox.macro.api.RubyApiConverter
public class RubyApiConverter
Converts a Ruby class name to an Ruby api doku url
| Field Summary |
|---|
| Fields inherited from class org.radeox.macro.api.BaseApiConverter |
|---|
baseUrl |
| Constructor Summary | |
|---|---|
RubyApiConverter()
|
|
| 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 RubyApiConverter()
| Method Detail |
|---|
public void appendUrl(java.io.Writer writer,
java.lang.String className)
throws java.io.IOException
ApiConverter
appendUrl in interface ApiConverterappendUrl in class BaseApiConverterwriter - Writer to add the class url toclassName - Namee of the class to create pointer for
java.io.IOExceptionpublic java.lang.String getName()
ApiConverter
getName in interface ApiConvertergetName in class BaseApiConverter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||