Package hec.io
Class JavaDocParser
java.lang.Object
hec.io.JavaDocParser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Method Descriptionstatic JavaDocParser
createParser
(Class cls) static String
Gets the Constructor Call for the Constructorget the Java Docs for the classgetJavaDoc
(Constructor ctor) Gets the JavaDoc attribute of the JavaDocParser objectgetJavaDoc
(Field f) getJavaDoc
(Method m) Gets the JavaDoc attribute of the JavaDocParser objectreturn the File for the JavaDocsstatic String
Gets the JavaDocHome attribute of the JavaDocParser objectgetJavaDocUrl
(Constructor ctor) static String
getMethodCall
(Method method) Gets the MethodCall attribute of the JavaDocParser classstatic String
static String
getTypeName
(Class type) Gets the TypeName attribute of the JavaDocParser class
-
Field Details
-
logger
-
-
Method Details
-
createParser
-
getJavaDoc
get the Java Docs for the class- Returns:
- the Java Docs for the class
-
getJavaDocFile
return the File for the JavaDocs- Returns:
- the File for the Java Doc page
-
getJavaDocURL
-
getJavaDocHome
Gets the JavaDocHome attribute of the JavaDocParser object- Returns:
- The JavaDocHome value
-
getContructorSyntax
-
getFieldSyntax
-
getJavaDocUrl
-
getJavaDoc
-
getField
-
getMethodSyntax
-
getMethodSyntaxFromJavaDoc
-
getJavaDocUrl
-
getJavaDoc
Gets the JavaDoc attribute of the JavaDocParser object- Parameters:
ctor
- Description- Returns:
- The JavaDoc value
-
getJavaDocUrl
- Parameters:
m
- Method- Returns:
- String
-
getJavaDoc
Gets the JavaDoc attribute of the JavaDocParser object- Parameters:
m
- Description- Returns:
- The JavaDoc value
-
close
public void close()Method Description -
getConstructorCall
Gets the Constructor Call for the Constructor- Parameters:
ctor
- Description- Returns:
- The MethodCall value
-
getMethodCall
Gets the MethodCall attribute of the JavaDocParser class- Parameters:
method
- Description- Returns:
- The MethodCall value
-
getTypeName
Gets the TypeName attribute of the JavaDocParser class- Parameters:
type
- Description- Returns:
- The TypeName value
-