org.orbeon.oxf.common
Class CEVersion

java.lang.Object
  extended by org.orbeon.oxf.common.Version
      extended by org.orbeon.oxf.common.CEVersion

public class CEVersion
extends Version


Field Summary
 
Fields inherited from class org.orbeon.oxf.common.Version
EDITION, logger, VERSION_NUMBER
 
Constructor Summary
CEVersion()
           
 
Method Summary
 org.orbeon.oxf.xforms.analysis.XPathDependencies createUIDependencies(org.orbeon.oxf.xforms.XFormsContainingDocument containingDocument)
           
 boolean isPEFeatureEnabled(boolean featureRequested, String featureName)
           
 
Methods inherited from class org.orbeon.oxf.common.Version
getEdition, getVersion, getVersionNumber, getVersionString, instance, isPE, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CEVersion

public CEVersion()
Method Detail

isPEFeatureEnabled

public boolean isPEFeatureEnabled(boolean featureRequested,
                                  String featureName)
Specified by:
isPEFeatureEnabled in class Version

createUIDependencies

public org.orbeon.oxf.xforms.analysis.XPathDependencies createUIDependencies(org.orbeon.oxf.xforms.XFormsContainingDocument containingDocument)
Specified by:
createUIDependencies in class Version