| Home >> All >> org >> jboss >> [ compatibility Javadoc ] |
org.jboss.compatibility: Javadoc index of package org.jboss.compatibility.
Package Samples:
org.jboss.compatibility
Classes:
CompatibilityTool: This is a compatibility tool, used to either generate serialized files from loaded classes, or to test loaded classes against serialized files for backwards compatibility. In order to get backwards compatibility, classes that are "contract" classes need to support the java serialization api and how this works with compatibility. This tool uses the following syntax: java org.jboss.compatibility.CompatibilityTool make|check fully-qualified-class-name1,... make: Creates serialized versions of the fq classes given as arguments check: Verifies class files by loading them into the classloader and then ...
CompatibilityToolParser: This is the class in which most of the action in compatibility is performed. The methods in this class are meant to be called from the CompatibilityTool, so see that class for more information about what this class does.
| Home | Contact Us | Privacy Policy | Terms of Service |