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 Profile
public List<Dependency> listDependencies()
listDependencies
in interface Profile
public List<DependencyRepository> listRepositories()
listRepositories
in interface Profile
public Properties getProperties()
getProperties
in interface Profile
public void setId(String id)
public void setActivateByDefault(boolean activateByDefault)
public org.apache.maven.model.Profile getAsMavenProfile()
getAsMavenProfile
in interface Profile
Copyright © 2016 JBoss by Red Hat. All rights reserved.