|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.webservice.generator.UtilJavaSourceParsing
public class UtilJavaSourceParsing
This class provides some utility methods used to parse a java source file.
Constructor Summary | |
---|---|
UtilJavaSourceParsing()
Default constructor. |
Method Summary | |
---|---|
List<MethodSignature> |
extractMethodSignature(String absPath,
String fullQualifiedName)
This method extract the method's signature defined in the java source file. |
static boolean |
isHolderCorbaClass(String typeName)
Return true if the class is a holder Type class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UtilJavaSourceParsing()
Method Detail |
---|
public List<MethodSignature> extractMethodSignature(String absPath, String fullQualifiedName) throws ClassGenerationException
absPath
- The absolute path of the java source file.
ClassGenerationException
- The class generation exceptionpublic static boolean isHolderCorbaClass(String typeName)
Holder
.
Note that there is no Holder interface or superclass.
typeName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |