| java.lang.Object org.apache.beehive.netui.compiler.RuntimeVersionChecker
Constructor Summary | |
| RuntimeVersionChecker() This package-protected constructor allows a RuntimeVersionChecker to be created even if there's
no webapp root. |
Method Summary | |
public boolean | checkRuntimeVersion(String requiredRuntimeVersion, AnnotationValue value, Diagnostics diags, String errMsg, Object[] errMsgParams) | public boolean | checkRuntimeVersion(String requiredRuntimeVersion, Declaration element, Diagnostics diags, String errMsg, Object[] errMsgParams) | public boolean | checkRuntimeVersion(String requiredRuntimeVersion, AnnotationInstance element, Diagnostics diags, String errMsg, Object[] errMsgParams) | int | getRuntimeVersion() |
RuntimeVersionChecker | RuntimeVersionChecker()(Code) | | This package-protected constructor allows a RuntimeVersionChecker to be created even if there's
no webapp root. This will cause other compile errors -- in this case we'll just assume the version
is high enough.
|
getRuntimeVersion | int getRuntimeVersion()(Code) | | |
|
|