|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activation | |
---|---|
org.apache.maven.model | |
org.apache.maven.model.merge |
Uses of Activation in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return Activation | |
---|---|
Activation |
Activation.clone()
Method clone. |
Activation |
Profile.getActivation()
Get the conditional logic which will automatically trigger the inclusion of this profile. |
Methods in org.apache.maven.model with parameters of type Activation | |
---|---|
void |
Profile.setActivation(Activation activation)
Set the conditional logic which will automatically trigger the inclusion of this profile. |
Uses of Activation in org.apache.maven.model.merge |
---|
Methods in org.apache.maven.model.merge with parameters of type Activation | |
---|---|
protected void |
ModelMerger.mergeActivation(Activation target,
Activation source,
boolean sourceDominant,
Map<Object,Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |