@Portable public class POM extends Object
| Constructor and Description |
|---|
POM() |
POM(GAV gav) |
POM(String name,
String description,
GAV gav) |
POM(String name,
String description,
GAV gav,
boolean multiModule) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRepository(Repository repository) |
boolean |
equals(Object o) |
List<Dependency> |
getDependencies() |
String |
getDescription() |
GAV |
getGav() |
String |
getModelVersion() |
List<String> |
getModules() |
String |
getName() |
GAV |
getParent() |
List<Repository> |
getRepositories() |
int |
hashCode() |
boolean |
hasParent() |
boolean |
isMultiModule() |
void |
setDescription(String description) |
void |
setModules(List<String> modules) |
void |
setMultiModule(boolean multiModule) |
void |
setName(String name) |
void |
setParent(GAV parent) |
public POM()
public POM(GAV gav)
public GAV getGav()
public List<Dependency> getDependencies()
public void addRepository(Repository repository)
public List<Repository> getRepositories()
public String getModelVersion()
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public GAV getParent()
public void setParent(GAV parent)
public boolean isMultiModule()
public void setMultiModule(boolean multiModule)
public boolean hasParent()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.