public class ActivationFile extends LocatedTreeImpl
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.${basedir},
System properties and request properties.
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>
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
exists |
protected LocatedAttribute |
missing |
endLocation, startLocation| Constructor and Description |
|---|
ActivationFile() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getExists()
Gets the value of the exists property.
|
LocatedAttribute |
getMissing()
Gets the value of the missing property.
|
void |
setExists(LocatedAttribute value)
Sets the value of the exists property.
|
void |
setMissing(LocatedAttribute value)
Sets the value of the missing property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute missing
protected LocatedAttribute exists
public LocatedAttribute getMissing()
Stringpublic void setMissing(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getExists()
Stringpublic void setExists(LocatedAttribute value)
value - allowed object is
StringCopyright © 2012–2016 SonarSource. All rights reserved.