Uses of Class
org.apache.maven.model.ActivationFile
-
Packages that use ActivationFile Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel. -
-
Uses of ActivationFile in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationFile Modifier and Type Field Description private ActivationFileActivation. fileSpecifies that this profile will be activated based on existence of a file.Methods in org.apache.maven.model that return ActivationFile Modifier and Type Method Description ActivationFileActivationFile. clone()Method clone.ActivationFileActivation. 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 ActivationFile Modifier and Type Method Description voidActivation. 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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ActivationFile Modifier and Type Method Description private voidStringVisitorModelInterpolator.ModelVisitor. visit(ActivationFile activationFile) -
Uses of ActivationFile in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationFile Modifier and Type Method Description private ActivationFileMavenXpp3Reader. parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseActivationFile.private ActivationFileMavenXpp3ReaderEx. 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 ActivationFile Modifier and Type Method Description private voidMavenXpp3Writer. writeActivationFile(ActivationFile activationFile, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeActivationFile.private voidMavenXpp3WriterEx. writeActivationFile(ActivationFile activationFile, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeActivationFile.
-