Uses of Class
org.apache.felix.scrplugin.SpecVersion

Packages that use SpecVersion
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.description   
org.apache.felix.scrplugin.helper   
 

Uses of SpecVersion in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin that return SpecVersion
static SpecVersion SpecVersion.fromName(java.lang.String n)
          Creates a version for the given name.
static SpecVersion SpecVersion.fromNamespaceUrl(java.lang.String n)
          Creates a version for the given url.
 SpecVersion Options.getSpecVersion()
           
static SpecVersion SpecVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpecVersion[] SpecVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.felix.scrplugin with parameters of type SpecVersion
 void Options.setSpecVersion(SpecVersion specVersion)
          Sets the Declarative Services specification version number to be forced on the declarations.
 

Uses of SpecVersion in org.apache.felix.scrplugin.description
 

Methods in org.apache.felix.scrplugin.description that return SpecVersion
 SpecVersion ComponentDescription.getSpecVersion()
           
 

Methods in org.apache.felix.scrplugin.description with parameters of type SpecVersion
 void ComponentDescription.setSpecVersion(SpecVersion specVersion)
           
 

Uses of SpecVersion in org.apache.felix.scrplugin.helper
 

Fields in org.apache.felix.scrplugin.helper declared as SpecVersion
 SpecVersion Validator.MethodResult.requiredSpecVersion
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.