|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Proxy | |
---|---|
org.apache.maven.settings |
Uses of Proxy in org.apache.maven.settings |
---|
Methods in org.apache.maven.settings that return Proxy | |
---|---|
Proxy |
Proxy.clone()
Method clone. |
Proxy |
Settings.getActiveProxy()
|
Methods in org.apache.maven.settings that return types with arguments of type Proxy | |
---|---|
List<Proxy> |
Settings.getProxies()
Method getProxies. |
Methods in org.apache.maven.settings with parameters of type Proxy | |
---|---|
void |
Settings.addProxy(Proxy proxy)
Method addProxy. |
void |
Settings.removeProxy(Proxy proxy)
Method removeProxy. |
Method parameters in org.apache.maven.settings with type arguments of type Proxy | |
---|---|
void |
Settings.setProxies(List<Proxy> proxies)
Set configuration for different proxy profiles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |