| Constructor and Description |
|---|
ProfileImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.model.Profile |
getAsMavenProfile() |
String |
getId() |
Properties |
getProperties() |
boolean |
isActiveByDefault() |
List<Dependency> |
listDependencies() |
List<DependencyRepository> |
listRepositories() |
void |
setActivateByDefault(boolean activateByDefault) |
void |
setId(String id) |
public boolean isActiveByDefault()
isActiveByDefault in interface Profilepublic List<Dependency> listDependencies()
listDependencies in interface Profilepublic List<DependencyRepository> listRepositories()
listRepositories in interface Profilepublic Properties getProperties()
getProperties in interface Profilepublic void setId(String id)
public void setActivateByDefault(boolean activateByDefault)
public org.apache.maven.model.Profile getAsMavenProfile()
getAsMavenProfile in interface ProfileCopyright © 2016 JBoss by Red Hat. All rights reserved.