|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.radeox.macro.api.BaseApiConverter
public abstract class BaseApiConverter
Base class for API converters, stores a base URL
| Field Summary | |
|---|---|
protected java.lang.String |
baseUrl
|
| Constructor Summary | |
|---|---|
BaseApiConverter()
|
|
| Method Summary | |
|---|---|
abstract 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 |
getBaseUrl()
Get the base Url for the Converter. |
abstract java.lang.String |
getName()
Returns the name of the converter. |
void |
setBaseUrl(java.lang.String baseUrl)
Set the base Url for the Converter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String baseUrl
| Constructor Detail |
|---|
public BaseApiConverter()
| Method Detail |
|---|
public abstract void appendUrl(java.io.Writer writer,
java.lang.String className)
throws java.io.IOException
ApiConverter
appendUrl in interface ApiConverterwriter - Writer to add the class url toclassName - Namee of the class to create pointer for
java.io.IOExceptionpublic void setBaseUrl(java.lang.String baseUrl)
ApiConverter
setBaseUrl in interface ApiConverterbaseUrl - Url to use when creating an API pointerpublic java.lang.String getBaseUrl()
ApiConverter
getBaseUrl in interface ApiConverterpublic abstract java.lang.String getName()
ApiConverter
getName in interface ApiConverter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||