public class JavaDocEntry extends Object
| Constructor and Description |
|---|
JavaDocEntry(String rawJavaDoc)
Constructor which accepts a raw unprocessed chunk of javadoc and extracts meaningful portions which are stored
for RAML generation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Returns the Main comment
|
Map<Integer,String> |
getErrorComments()
Gets the Exception comments //TODO
|
Map<String,String> |
getParameterComments()
Returns the Parameter Comments
|
String |
getReturnTypeComment()
returns the comment for the return type
|
void |
merge(JavaDocEntry entry)
Due to inheritance we can have multiple java doc entries for the same entry.
|
String |
toString() |
public JavaDocEntry(String rawJavaDoc)
rawJavaDoc - The String representing an raw chunck of javadoc for a class or methodpublic String getComment()
public Map<String,String> getParameterComments()
public String getReturnTypeComment()
public Map<Integer,String> getErrorComments()
public void merge(JavaDocEntry entry)
entry - The JavaDocEntry to be used and integrated into this entryCopyright © 2017. All rights reserved.