|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.tools.SerialVersionUID
A tool/service that computes all the class serialVersionUIDs under the jboss home directory.
Constructor Summary | |
SerialVersionUID()
|
Method Summary | |
static java.util.Map |
generateJBossSerialVersionUIDReport(java.io.File jbossHome)
Create a Map |
static java.util.Map |
generateRISerialVersionUIDReport(java.io.File j2eeHome)
Create a Map |
static void |
main(java.lang.String[] args)
Generate a mapping of the serial version UIDs for the serializable classes under the jboss dist directory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerialVersionUID()
Method Detail |
public static java.util.Map generateJBossSerialVersionUIDReport(java.io.File jbossHome) throws java.io.IOException
jbossHome
- - the jboss dist root directory
java.io.IOException
public static java.util.Map generateRISerialVersionUIDReport(java.io.File j2eeHome) throws java.io.IOException
j2eeHome
- - the j2ee ri dist root directory
java.io.IOException
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- - [0] = jboss dist root directory
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |