public class BomConfig extends Object
Constructor and Description |
---|
BomConfig() |
BomConfig(String artifactId,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
ArtifactSet |
getDependencies() |
String |
getDescription() |
List<org.apache.maven.model.Dependency> |
getExtraDependencies() |
GoalSet |
getGoals() |
List<BomImport> |
getImports() |
ArtifactSet |
getModules() |
String |
getName() |
List<VersionOverride> |
getOverrides() |
ArtifactSet |
getPlugins() |
Properties |
getProperties() |
boolean |
isCheckMismatches() |
boolean |
isExcludeOptional() |
boolean |
isFailOnMismatch() |
boolean |
isIgnoreScope() |
boolean |
isInheritDependencyManagement() |
boolean |
isInheritPluginManagement() |
public String getArtifactId()
public String getName()
public String getDescription()
public List<org.apache.maven.model.Dependency> getExtraDependencies()
public ArtifactSet getModules()
public ArtifactSet getDependencies()
public ArtifactSet getPlugins()
public List<VersionOverride> getOverrides()
public GoalSet getGoals()
public Properties getProperties()
public boolean isIgnoreScope()
public boolean isExcludeOptional()
public boolean isInheritDependencyManagement()
public boolean isInheritPluginManagement()
public boolean isCheckMismatches()
public boolean isFailOnMismatch()
Copyright © 2019 JBoss by Red Hat. All rights reserved.