public class WildFlyFeaturePackBuild extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WildFlyFeaturePackBuild.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WildFlyFeaturePackBuild.Builder |
builder() |
List<org.jboss.galleon.config.ConfigModel> |
getConfigs() |
Collection<String> |
getDefaultPackages() |
Map<org.jboss.galleon.ArtifactCoords.Gav,FeaturePackDependencySpec> |
getDependencies() |
org.jboss.galleon.universe.FeaturePackLocation |
getProducer() |
Set<String> |
getSchemaGroups() |
boolean |
hasConfigs() |
boolean |
hasSchemaGroups() |
boolean |
isSchemaGroup(String groupId) |
public static WildFlyFeaturePackBuild.Builder builder()
public org.jboss.galleon.universe.FeaturePackLocation getProducer()
public Collection<String> getDefaultPackages()
public Map<org.jboss.galleon.ArtifactCoords.Gav,FeaturePackDependencySpec> getDependencies()
public boolean hasSchemaGroups()
public boolean isSchemaGroup(String groupId)
public boolean hasConfigs()
public List<org.jboss.galleon.config.ConfigModel> getConfigs()
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.