org.apache.maven.model.ActivationFile Maven / Gradle / Ivy
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.1.2,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.model;
/**
* This is the file specification used to activate the profile. The
* missing
value
* is the location of a file that needs to exist, and if it
* doesn't, the profile will be
* activated. On the other hand, exists
will
* test for the existence of the file and if it is
* there, the profile will be activated.
* Variable interpolation for these file specifications is
* limited to ${project.basedir}
,
* system properties and user properties.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class ActivationFile
implements java.io.Serializable, java.lang.Cloneable, org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The name of the file that must be missing to activate the
* profile.
*/
private String missing;
/**
* The name of the file that must exist to activate the profile.
*/
private String exists;
/**
* Field locations.
*/
private java.util.Map