Uses of Class
org.apache.maven.model.ActivationCustom

Packages that use ActivationCustom
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 ActivationCustom in org.apache.maven.model
 

Fields in org.apache.maven.model declared as ActivationCustom
private  ActivationCustom Activation.custom
          Describes a custom profile activation trigger, brought in via build extension.
 

Methods in org.apache.maven.model that return ActivationCustom
 ActivationCustom Activation.getCustom()
          Get describes a custom profile activation trigger, brought in via build extension.
 

Methods in org.apache.maven.model with parameters of type ActivationCustom
 void Activation.setCustom(ActivationCustom custom)
          Set describes a custom profile activation trigger, brought in via build extension.
 

Uses of ActivationCustom in org.apache.maven.model.io.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return ActivationCustom
private  ActivationCustom MavenDom4jReader.parseActivationCustom(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseActivationCustom.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type ActivationCustom
private  void MavenDom4jWriter.writeActivationCustom(ActivationCustom activationCustom, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeActivationCustom.
 

Uses of ActivationCustom in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type ActivationCustom
protected  void MavenJDOMWriter.updateActivationCustom(ActivationCustom activationCustom, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateActivationCustom.
 

Uses of ActivationCustom in org.apache.maven.model.io.stax
 

Methods in org.apache.maven.model.io.stax that return ActivationCustom
private  ActivationCustom MavenStaxReader.parseActivationCustom(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseActivationCustom.
 

Methods in org.apache.maven.model.io.stax with parameters of type ActivationCustom
private  void MavenStaxWriter.writeActivationCustom(ActivationCustom activationCustom, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeActivationCustom.
 

Uses of ActivationCustom in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return ActivationCustom
private  ActivationCustom MavenXpp3Reader.parseActivationCustom(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseActivationCustom.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationCustom
private  void MavenXpp3Writer.writeActivationCustom(ActivationCustom activationCustom, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeActivationCustom.