|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activation | |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Uses of Activation in org.apache.maven.model |
---|
Fields in org.apache.maven.model declared as Activation | |
---|---|
private Activation |
Profile.activation
The conditional logic which will automatically trigger the inclusion of this profile. |
Methods in org.apache.maven.model that return Activation | |
---|---|
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.io.dom4j |
---|
Methods in org.apache.maven.model.io.dom4j that return Activation | |
---|---|
private Activation |
MavenDom4jReader.parseActivation(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivation. |
Methods in org.apache.maven.model.io.dom4j with parameters of type Activation | |
---|---|
private void |
MavenDom4jWriter.writeActivation(Activation activation,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivation. |
Uses of Activation in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type Activation | |
---|---|
protected void |
MavenJDOMWriter.updateActivation(Activation activation,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivation. |
Uses of Activation in org.apache.maven.model.io.stax |
---|
Methods in org.apache.maven.model.io.stax that return Activation | |
---|---|
private Activation |
MavenStaxReader.parseActivation(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivation. |
Methods in org.apache.maven.model.io.stax with parameters of type Activation | |
---|---|
private void |
MavenStaxWriter.writeActivation(Activation activation,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivation. |
Uses of Activation in org.apache.maven.model.io.xpp3 |
---|
Methods in org.apache.maven.model.io.xpp3 that return Activation | |
---|---|
private Activation |
MavenXpp3Reader.parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivation. |
Methods in org.apache.maven.model.io.xpp3 with parameters of type Activation | |
---|---|
private void |
MavenXpp3Writer.writeActivation(Activation activation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |