Uses of Class
org.apache.geronimo.kernel.config.Manifest.Attribute.Separator

Packages that use Manifest.Attribute.Separator
org.apache.geronimo.kernel.config   
 

Uses of Manifest.Attribute.Separator in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config that return Manifest.Attribute.Separator
static Manifest.Attribute.Separator Manifest.Attribute.Separator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Manifest.Attribute.Separator[] Manifest.Attribute.Separator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.geronimo.kernel.config with parameters of type Manifest.Attribute.Separator
Manifest.Attribute(Manifest.Attribute.Separator separator)
           
Manifest.Attribute(Manifest.Attribute.Separator separator, String name, Collection<String> values)
           
Manifest.Attribute(Manifest.Attribute.Separator separator, String name, String value)
           
 



Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.