|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.settings.ActivationFile
public class ActivationFile
This is the file specification used to activate a profile. The missing value will be a the location of a file that needs to exist, and if it doesn't the profile must run. On the other hand exists will test for the existence of the file and if it is there will run the profile.
Constructor Summary | |
---|---|
ActivationFile()
|
Method Summary | |
---|---|
ActivationFile |
clone()
Method clone. |
String |
getExists()
Get the name of the file that should exist to activate a profile. |
String |
getMissing()
Get the name of the file that should be missing to activate a profile. |
void |
setExists(String exists)
Set the name of the file that should exist to activate a profile. |
void |
setMissing(String missing)
Set the name of the file that should be missing to activate a profile. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationFile()
Method Detail |
---|
public ActivationFile clone()
clone
in class Object
public String getExists()
public String getMissing()
public void setExists(String exists)
exists
- public void setMissing(String missing)
missing
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |