|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Prerequisites
Describes the prerequisites a project can have.
Java class for Prerequisites complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Prerequisites">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="maven" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getMaven()
Gets the value of the maven property. |
void |
setMaven(String value)
Sets the value of the maven property. |
| Method Detail |
|---|
String getMaven()
Stringvoid setMaven(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||