org.exist.validation
Class XmlLibraryChecker.ClassVersion
java.lang.Object
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
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.