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

Packages that use Specification
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 Specification in org.apache.avalon.extension
 

Methods in org.apache.avalon.extension that return Specification
static Specification[] Specification.getSpecifications(Manifest manifest)
          Return an array of Package Specification objects.
 

Methods in org.apache.avalon.extension with parameters of type Specification
 Compatability Specification.getCompatibilityWith(Specification other)
          Return a Compatibility enum indicating the relationship of this Package Specification with the specified Extension.
 boolean Specification.isCompatibleWith(Specification other)
          Return true if the specified package is satisfied by this Specification.
 



Copyright © Apache Software Foundation. All Rights Reserved.