|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Profile | |
---|---|
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 Profile in org.apache.maven.model |
---|
Fields in org.apache.maven.model with type parameters of type Profile | |
---|---|
private java.util.List<Profile> |
Model.profiles
Field profiles. |
Methods in org.apache.maven.model that return types with arguments of type Profile | |
---|---|
java.util.List<Profile> |
Model.getProfiles()
Method getProfiles. |
Methods in org.apache.maven.model with parameters of type Profile | |
---|---|
void |
Model.addProfile(Profile profile)
Method addProfile. |
void |
Model.removeProfile(Profile profile)
Method removeProfile. |
Method parameters in org.apache.maven.model with type arguments of type Profile | |
---|---|
void |
Model.setProfiles(java.util.List<Profile> profiles)
Set a listing of project-local build profiles which will modify the build process when activated. |
Uses of Profile in org.apache.maven.model.io.dom4j |
---|
Methods in org.apache.maven.model.io.dom4j that return Profile | |
---|---|
private Profile |
MavenDom4jReader.parseProfile(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseProfile. |
Methods in org.apache.maven.model.io.dom4j with parameters of type Profile | |
---|---|
private void |
MavenDom4jWriter.writeProfile(Profile profile,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeProfile. |
Uses of Profile in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type Profile | |
---|---|
protected void |
MavenJDOMWriter.updateProfile(Profile profile,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateProfile. |
Uses of Profile in org.apache.maven.model.io.stax |
---|
Methods in org.apache.maven.model.io.stax that return Profile | |
---|---|
private Profile |
MavenStaxReader.parseProfile(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseProfile. |
Methods in org.apache.maven.model.io.stax with parameters of type Profile | |
---|---|
private void |
MavenStaxWriter.writeProfile(Profile profile,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeProfile. |
Uses of Profile in org.apache.maven.model.io.xpp3 |
---|
Methods in org.apache.maven.model.io.xpp3 that return Profile | |
---|---|
private Profile |
MavenXpp3Reader.parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfile. |
Methods in org.apache.maven.model.io.xpp3 with parameters of type Profile | |
---|---|
private void |
MavenXpp3Writer.writeProfile(Profile profile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |