Uses of Class
org.apache.maven.settings.ActivationFile
Packages that use ActivationFile
-
Uses of ActivationFile in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ActivationFileModifier and TypeFieldDescriptionprivate ActivationFileActivation.fileSpecifies that this profile will be activated based on existence of a file.Methods in org.apache.maven.settings 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.settings with parameters of type ActivationFileModifier and TypeMethodDescriptionvoidActivation.setFile(ActivationFile file) Set specifies that this profile will be activated based on existence of a file. -
Uses of ActivationFile in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ActivationFileModifier and TypeMethodDescriptionprivate ActivationFileSettingsXpp3Reader.parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivationFile.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ActivationFileModifier and TypeMethodDescriptionprivate voidSettingsXpp3Writer.writeActivationFile(ActivationFile activationFile, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationFile.