|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DependencyManagement
Section for management of default dependency information for use in a group of POMs.
Java class for DependencyManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DependencyManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="dependencies" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dependency" type="{http://maven.apache.org/POM/4.0.0}Dependency" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
DependencyManagement.Dependencies
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
DependencyManagement.Dependencies |
getDependencies()
Gets the value of the dependencies property. |
void |
setDependencies(DependencyManagement.Dependencies value)
Sets the value of the dependencies property. |
| Method Detail |
|---|
DependencyManagement.Dependencies getDependencies()
DependencyManagement.Dependenciesvoid setDependencies(DependencyManagement.Dependencies value)
value - allowed object is
DependencyManagement.Dependencies
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||