Uses of Class
org.apache.maven.model.ActivationFile
Packages that use ActivationFile
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.-
Uses of ActivationFile in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationFileModifier and TypeFieldDescriptionprivate ActivationFile
Activation.file
Specifies that this profile will be activated based on existence of a file.Methods in org.apache.maven.model that return ActivationFileModifier and TypeMethodDescriptionActivationFile.clone()
Method clone.Activation.getFile()
Get specifies that this profile will be activated based on existence of a file.Methods in org.apache.maven.model with parameters of type ActivationFileModifier and TypeMethodDescriptionvoid
Activation.setFile
(ActivationFile file) Set specifies that this profile will be activated based on existence of a file. -
Uses of ActivationFile in org.apache.maven.model.building
Methods in org.apache.maven.model.building with parameters of type ActivationFileModifier and TypeMethodDescriptionprivate void
DefaultModelBuilder.replaceWithInterpolatedValue
(ActivationFile activationFile, ProfileActivationContext context, DefaultModelProblemCollector problems) -
Uses of ActivationFile in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ActivationFileModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(ActivationFile activationFile) -
Uses of ActivationFile in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationFileModifier and TypeMethodDescriptionprivate ActivationFile
MavenXpp3Reader.parseActivationFile
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivationFile.private ActivationFile
MavenXpp3ReaderEx.parseActivationFile
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseActivationFile.Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationFileModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeActivationFile
(ActivationFile activationFile, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationFile.private void
MavenXpp3WriterEx.writeActivationFile
(ActivationFile activationFile, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationFile.