|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ApiConverter
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 |
|---|
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.IOExceptionvoid setBaseUrl(java.lang.String baseUrl)
baseUrl - Url to use when creating an API pointerjava.lang.String getBaseUrl()
java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||