|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Converts a class name to an API url
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 |
getBaseUrl()
Get the base Url for the Converter. |
java.lang.String |
getName()
Returns the name of the converter. |
void |
setBaseUrl(java.lang.String baseUrl)
Set the base Url for the Converter. |
Method Detail |
public void appendUrl(java.io.Writer writer, java.lang.String className) throws java.io.IOException
writer
- Writer to add the class url toclassName
- Namee of the class to create pointer for
java.io.IOException
public void setBaseUrl(java.lang.String baseUrl)
baseUrl
- Url to use when creating an API pointerpublic java.lang.String getBaseUrl()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |