Uses of Class
org.apache.avalon.extension.DeweyDecimal

Packages that use DeweyDecimal
org.apache.avalon.extension Description Defintion of the services supporting jar file optional extension management based on the required and optional extensions declared under a jar file manifest. 
 

Uses of DeweyDecimal in org.apache.avalon.extension
 

Methods in org.apache.avalon.extension that return DeweyDecimal
 DeweyDecimal Specification.getSpecificationVersion()
          Get the version of the specification.
 DeweyDecimal Extension.getSpecificationVersion()
          Get the version of the extensions specification.
 

Methods in org.apache.avalon.extension with parameters of type DeweyDecimal
 boolean DeweyDecimal.isEqual(DeweyDecimal other)
          Return true if this DeweyDecimal is equal to the other DeweyDecimal.
 boolean DeweyDecimal.isLessThan(DeweyDecimal other)
          Return true if this DeweyDecimal is less than the other DeweyDecimal.
 boolean DeweyDecimal.isLessThanOrEqual(DeweyDecimal other)
          Return true if this DeweyDecimal is less than or equal to the other DeweyDecimal.
 boolean DeweyDecimal.isGreaterThan(DeweyDecimal other)
          Return true if this DeweyDecimal is greater than the other DeweyDecimal.
 boolean DeweyDecimal.isGreaterThanOrEqual(DeweyDecimal other)
          Return true if this DeweyDecimal is greater than or equal to the other DeweyDecimal.
 



Copyright © Apache Software Foundation. All Rights Reserved.