|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.ebxml.registry.util.XalanVersion
Provides utility methods to verify the version of xalan.
| Constructor Summary | |
XalanVersion()
|
|
| Method Summary | |
static java.lang.Integer |
getDevelopmentVersion()
Invokes getDevelopmentVersionNum on xalan.Version. |
static java.lang.Integer |
getMajorVersion()
Invokes getMajorVersionNum on xalan.Version. |
static java.lang.Integer |
getReleaseVersion()
Invokes getReleaseVersionNum on xalan.Version. |
static void |
verifyVersion()
Throw an exception if the installed version of Xalan is not recent enough. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XalanVersion()
| Method Detail |
public static void verifyVersion()
throws XalanVersionException
XalanVersionException - Thrown if Xalan version could not be
determined or Xalan version is not at least 2.2D14.
public static java.lang.Integer getMajorVersion()
throws XalanVersionException
XalanVersionException - Thrown if xalan.Version could not be
found or method could not be executed.Version.getMajorVersionNum()
public static java.lang.Integer getReleaseVersion()
throws XalanVersionException
XalanVersionException - Thrown if xalan.Version could not be
found or method could not be executed.Version.getReleaseVersionNum()
public static java.lang.Integer getDevelopmentVersion()
throws XalanVersionException
XalanVersionException - Thrown if xalan.Version could not be
found or method could not be executed.Version.getDevelopmentVersionNum()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||