|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.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.
Java class for ActivationFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="missing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="exists" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
exists
|
protected String |
missing
|
| Constructor Summary | |
|---|---|
ActivationFile()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.ActivationFile instance. |
|
ActivationFile(ActivationFile o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.ActivationFile instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ActivationFile |
clone()
Creates and returns a copy of this object. |
String |
getExists()
Gets the value of the exists property. |
String |
getMissing()
Gets the value of the missing property. |
void |
setExists(String value)
Sets the value of the exists property. |
void |
setMissing(String value)
Sets the value of the missing property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String missing
protected String exists
| Constructor Detail |
|---|
public ActivationFile()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.ActivationFile instance.
public ActivationFile(ActivationFile o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.ActivationFile instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getMissing()
Stringpublic void setMissing(String value)
value - allowed object is
Stringpublic String getExists()
Stringpublic void setExists(String value)
value - allowed object is
Stringpublic ActivationFile clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||