org.exist.validation
Class XmlLibraryChecker.ClassVersion

java.lang.Object
  extended by org.exist.validation.XmlLibraryChecker.ClassVersion
Enclosing class:
XmlLibraryChecker

public static class XmlLibraryChecker.ClassVersion
extends Object

Simple class to describe a class, its required version and how to obtain the actual version


Method Summary
 String getActualVersion()
          Invokes the specified versionFunction using reflection to get the actual version of the class
 String getRequiredVersion()
           
 String getSimpleName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSimpleName

public String getSimpleName()
Returns:
the simple name of the class

getRequiredVersion

public String getRequiredVersion()
Returns:
the required version of the class

getActualVersion

public String getActualVersion()
Invokes the specified versionFunction using reflection to get the actual version of the class

Returns:
the actual version of the class


Copyright (C) Wolfgang Meier. All rights reserved.