|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Activation
The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
Java class for Activation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Activation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="activeByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="jdk" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="os" type="{http://maven.apache.org/SETTINGS/1.0.0}ActivationOS" minOccurs="0"/>
<element name="property" type="{http://maven.apache.org/SETTINGS/1.0.0}ActivationProperty" minOccurs="0"/>
<element name="file" type="{http://maven.apache.org/SETTINGS/1.0.0}ActivationFile" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
ActivationFile |
getFile()
Gets the value of the file property. |
String |
getJdk()
Gets the value of the jdk property. |
ActivationOS |
getOs()
Gets the value of the os property. |
ActivationProperty |
getProperty()
Gets the value of the property property. |
Boolean |
isActiveByDefault()
Gets the value of the activeByDefault property. |
void |
setActiveByDefault(Boolean value)
Sets the value of the activeByDefault property. |
void |
setFile(ActivationFile value)
Sets the value of the file property. |
void |
setJdk(String value)
Sets the value of the jdk property. |
void |
setOs(ActivationOS value)
Sets the value of the os property. |
void |
setProperty(ActivationProperty value)
Sets the value of the property property. |
| Method Detail |
|---|
Boolean isActiveByDefault()
Booleanvoid setActiveByDefault(Boolean value)
value - allowed object is
BooleanString getJdk()
Stringvoid setJdk(String value)
value - allowed object is
StringActivationOS getOs()
ActivationOSvoid setOs(ActivationOS value)
value - allowed object is
ActivationOSActivationProperty getProperty()
ActivationPropertyvoid setProperty(ActivationProperty value)
value - allowed object is
ActivationPropertyActivationFile getFile()
ActivationFilevoid setFile(ActivationFile value)
value - allowed object is
ActivationFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||