public final class VersionProcessor extends Object
Modifier and Type | Field and Description |
---|---|
static VersionProcessor |
DEFAULT
Default
VersionProcessor that accepts any version. |
Constructor and Description |
---|
VersionProcessor(org.dom4j.Document testSpecMeta) |
VersionProcessor(org.dom4j.Element e) |
VersionProcessor(String sinceValue,
String untilValue,
String excludeFromValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(VersionNumber v)
Checks if the test is valid against the JAXB RI of
the specified version.
|
public static final VersionProcessor DEFAULT
VersionProcessor
that accepts any version.public VersionProcessor(String sinceValue, String untilValue, String excludeFromValue)
public VersionProcessor(org.dom4j.Document testSpecMeta)
public VersionProcessor(org.dom4j.Element e)
public boolean isApplicable(VersionNumber v)
Copyright © 2012. All Rights Reserved.