| Package | Description |
|---|---|
| org.netbeans.modules.maven.execute |
| Modifier and Type | Method and Description |
|---|---|
MavenProxySupport.Status |
MavenProxySupport.ProxyResult.getStatus() |
static MavenProxySupport.Status |
MavenProxySupport.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenProxySupport.Status[] |
MavenProxySupport.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProxyResult(MavenProxySupport.Status status,
Proxy proxy) |
ProxyResult(MavenProxySupport.Status status,
Proxy proxy,
String toolProxy,
String proxySpec,
String proxyHost,
int proxyPort,
boolean nonDefault,
org.apache.maven.settings.Settings mavenSettings) |