Returns all business (local, remote) interfaces of the class.
author: Daniel Wiese since: 05.02.2006 Parameters: toAnalyse - -the session bean /service to analyse - the interfaces
This method will do the transformation of primitive types if neccessary.
Parameters: aktField - -the field to inspect the declaring type (or primitive representant)
Retrun a short class name. E.g. java.util.StringTokenizer will be
StringTokenizer
Parameters: longClassName - -the long fully qualified calss name - short class name
getRootPackageDir
public static File getRootPackageDir(File location, String longPackageName)(Code)
Retrurns the root package directory e.g com.ejb3unit.eg --> returns com.
Parameters: location - -the location of th epackage Parameters: longPackageName - -the long fully qualified class name - root file name
Retrun a short class name. E.g. java.util.StringTokenizer will be
StringTokenizer
Parameters: longClassName - -the long fully qualified calss name - short class name
Scan for files in jar file.
Parameters: in - -the jar archive as input stream - a list with all extracted files throws: IOException - -in an error case
Dump the contents of a JarArchive to the dpecified destination.
Parameters: in - -the jar archive as input stream Parameters: dest - -the destination (to extract the content) - a list with all extracted files throws: IOException - -in an error case