|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.ActivationFile
public class ActivationFile
This is the file specification used to activate the profile. The missing value will be 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.
Field Summary | |
---|---|
private java.lang.String |
exists
The name of the file that must exist to activate the profile. |
private java.lang.String |
missing
The name of the file that must be missing to activate the profile. |
Constructor Summary | |
---|---|
ActivationFile()
|
Method Summary | |
---|---|
java.lang.String |
getExists()
Get the name of the file that must exist to activate the profile. |
java.lang.String |
getMissing()
Get the name of the file that must be missing to activate the profile. |
void |
setExists(java.lang.String exists)
Set the name of the file that must exist to activate the profile. |
void |
setMissing(java.lang.String missing)
Set the name of the file that must be missing to activate the profile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String missing
private java.lang.String exists
Constructor Detail |
---|
public ActivationFile()
Method Detail |
---|
public java.lang.String getExists()
public java.lang.String getMissing()
public void setExists(java.lang.String exists)
exists
- public void setMissing(java.lang.String missing)
missing
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |