public class KarafExtender extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FEATURES_BOOT |
static String |
FEATURES_URI |
Constructor and Description |
---|
KarafExtender() |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
getFeaturesBoot() |
List<Feature> |
getFeaturesIn(Path featuresBootFile) |
List<Repository> |
getRepositories() |
void |
init() |
void |
setConfigurationAdmin(org.osgi.service.cm.ConfigurationAdmin configurationAdmin) |
void |
setFeaturesService(org.apache.karaf.features.FeaturesService featuresService) |
void |
setMavenResolver(org.ops4j.pax.url.mvn.MavenResolver mavenResolver) |
public static final String FEATURES_URI
public static final String FEATURES_BOOT
public void init() throws InterruptedException
InterruptedException
public List<Repository> getRepositories() throws IOException
IOException
public List<Feature> getFeaturesIn(Path featuresBootFile) throws IOException
IOException
public List<Feature> getFeaturesBoot() throws IOException
IOException
public void setConfigurationAdmin(org.osgi.service.cm.ConfigurationAdmin configurationAdmin)
public void setMavenResolver(org.ops4j.pax.url.mvn.MavenResolver mavenResolver)
public void setFeaturesService(org.apache.karaf.features.FeaturesService featuresService)
Copyright © 2017. All rights reserved.