org.apache.karaf.tooling.features
Class AddFeaturesToRepoMojo.Feature

java.lang.Object
  extended by org.apache.karaf.tooling.features.AddFeaturesToRepoMojo.Feature
Enclosing class:
AddFeaturesToRepoMojo

public static class AddFeaturesToRepoMojo.Feature
extends Object


Constructor Summary
AddFeaturesToRepoMojo.Feature(String name)
           
 
Method Summary
 void addBundle(String bundle)
           
 void addConfig(String name, java.util.Map<String,String> properties)
           
 void addDependency(String dependency)
           
 java.util.List<String> getBundles()
           
 java.util.Map<String,java.util.Map<String,String>> getConfigurations()
           
 java.util.List<String> getDependencies()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddFeaturesToRepoMojo.Feature

public AddFeaturesToRepoMojo.Feature(String name)
Method Detail

getName

public String getName()

getDependencies

public java.util.List<String> getDependencies()

getBundles

public java.util.List<String> getBundles()

getConfigurations

public java.util.Map<String,java.util.Map<String,String>> getConfigurations()

addDependency

public void addDependency(String dependency)

addBundle

public void addBundle(String bundle)

addConfig

public void addConfig(String name,
                      java.util.Map<String,String> properties)


Copyright © 2007-2010 FuseSource. All Rights Reserved.