|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
org.apache.maven.settings.Proxy
public class Proxy
The <proxy> element contains
informations required to a proxy settings.
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.settings.TrackableBase |
|---|
GLOBAL_LEVEL, USER_LEVEL |
| Constructor Summary | |
|---|---|
Proxy()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHost()
Get The proxy host. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getNonProxyHosts()
Get The list of non-proxied hosts (delimited by |). |
java.lang.String |
getPassword()
Get The proxy password. |
int |
getPort()
Get The proxy port. |
java.lang.String |
getProtocol()
Get The proxy protocol. |
java.lang.String |
getUsername()
Get The proxy user. |
boolean |
isActive()
Get Whether this proxy configuration is the active one. |
void |
setActive(boolean active)
Set Whether this proxy configuration is the active one. |
void |
setHost(java.lang.String host)
Set The proxy host. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setNonProxyHosts(java.lang.String nonProxyHosts)
Set The list of non-proxied hosts (delimited by |). |
void |
setPassword(java.lang.String password)
Set The proxy password. |
void |
setPort(int port)
Set The proxy port. |
void |
setProtocol(java.lang.String protocol)
Set The proxy protocol. |
void |
setUsername(java.lang.String username)
Set The proxy user. |
| Methods inherited from class org.apache.maven.settings.IdentifiableBase |
|---|
getId, setId |
| Methods inherited from class org.apache.maven.settings.TrackableBase |
|---|
getSourceLevel, setSourceLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Proxy()
| Method Detail |
|---|
public java.lang.String getHost()
public java.lang.String getNonProxyHosts()
public java.lang.String getPassword()
public int getPort()
public java.lang.String getProtocol()
public java.lang.String getUsername()
public boolean isActive()
public void setActive(boolean active)
active - public void setHost(java.lang.String host)
host - public void setNonProxyHosts(java.lang.String nonProxyHosts)
nonProxyHosts - public void setPassword(java.lang.String password)
password - public void setPort(int port)
port - public void setProtocol(java.lang.String protocol)
protocol - public void setUsername(java.lang.String username)
username - public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class IdentifiableBasepublic java.lang.String getModelEncoding()
getModelEncoding in class IdentifiableBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||