Uses of Class
org.apache.abdera.ext.features.Feature

Packages that use Feature
org.apache.abdera.ext.features   
 

Uses of Feature in org.apache.abdera.ext.features
 

Methods in org.apache.abdera.ext.features that return Feature
 Feature Features.addFeature(String feature)
           
 Feature Features.addFeature(String feature, String href, String label)
           
 Feature[] Features.addFeatures(String... features)
           
static Feature FeaturesHelper.getFeature(Collection collection, String feature)
           
static Feature FeaturesHelper.getFeature(Features features, String feature)
          Returns the specified feature element or null
static Feature[] FeaturesHelper.getFeatures(Collection collection)
           
 

Methods in org.apache.abdera.ext.features that return types with arguments of type Feature
 List<Feature> Features.getFeatures()
           
 

Methods in org.apache.abdera.ext.features with parameters of type Feature
 void Features.addFeature(Feature... features)
           
 void Features.addFeature(Feature feature)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.