| java.lang.Object org.jboss.tools.SerialVersionUID
SerialVersionUID | public class SerialVersionUID (Code) | | A tool/service that computes all the class serialVersionUIDs under the
jboss home directory.
author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
log | static Logger log(Code) | | A jdk logger so that only this + ClassVersionInfo are needed
|
generateJBossSerialVersionUIDReport | public static Map generateJBossSerialVersionUIDReport(File jbossHome) throws IOException(Code) | | Create a Map for the jboss dist jars.
Parameters: jbossHome - - the jboss dist root directory Map throws: IOException - |
generateJarSerialVersionUIDs | static void generateJarSerialVersionUIDs(URL jar, TreeMap classVersionMap, ClassLoader cl, String pkgPrefix) throws IOException(Code) | | Build a TreeMap of the class name to ClassVersionInfo
Parameters: jar - Parameters: classVersionMap - TreeMap for serializableclasses Parameters: cl - - the class loader to use throws: IOException - thrown if the jar cannot be opened |
generateRISerialVersionUIDReport | public static Map generateRISerialVersionUIDReport(File j2eeHome) throws IOException(Code) | | Create a Map for the jboss dist jars.
Parameters: j2eeHome - - the j2ee ri dist root directory Map throws: IOException - |
main | public static void main(String[] args) throws Exception(Code) | | Generate a mapping of the serial version UIDs for the serializable classes
under the jboss dist directory
Parameters: args - - [0] = jboss dist root directory throws: Exception - |
|
|