shaded.org.apache.maven.model.ActivationFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-contract-shade Show documentation
Show all versions of spring-cloud-contract-shade Show documentation
Spring Cloud Contract Shaded Dependencies
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.11,
// any modifications will be overwritten.
// ==============================================================
package shaded.shaded.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 ${basedir}
,
* System properties and request properties.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class ActivationFile
implements java.io.Serializable, java.lang.Cloneable, shaded.shaded.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