Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private ActivationFile |
Activation.file
Specifies that this profile will be activated
based on existence of a file.
|
Modifier and Type | Method and Description |
---|---|
ActivationFile |
Activation.getFile()
Get specifies that this profile will be activated based on
existence of a file.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setFile(ActivationFile file)
Set specifies that this profile will be activated based on
existence of a file.
|
Modifier and Type | Method and Description |
---|---|
private ActivationFile |
SettingsXpp3Reader.parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationFile.
|