| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Proxy (restriction)
1.0.0
The <code><proxy></code> element contains informations required to a proxy settings.
| Nested Element Summary | |
xs:boolean | active1.0.0 Whether this proxy configuration is the active one. |
xs:string | host1.0.0 The proxy host. |
xs:string | id1.0.0 |
xs:string | nonProxyHosts1.0.0 The list of non-proxied hosts (delimited by |). |
xs:string | password1.0.0 The proxy password. |
xs:int | port1.0.0 The proxy port. |
xs:string | protocol1.0.0 The proxy protocol. |
xs:string | username1.0.0 The proxy user. |
<xs:complexType name="Proxy"><xs:all></xs:complexType><xs:element default="false" minOccurs="0" name="active" type="xs:boolean">
</xs:element><xs:element default="http" minOccurs="0" name="protocol" type="xs:string">
</xs:element><xs:element minOccurs="0" name="username" type="xs:string">
</xs:element><xs:element minOccurs="0" name="password" type="xs:string">
</xs:element><xs:element default="8080" minOccurs="0" name="port" type="xs:int">
</xs:element><xs:element minOccurs="0" name="host" type="xs:string">
</xs:element><xs:element minOccurs="0" name="nonProxyHosts" type="xs:string">
</xs:element><xs:element minOccurs="0" name="id" type="xs:string"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||