Package | Description |
---|---|
io.vertx.maven | |
io.vertx.maven.resolver |
Modifier and Type | Method and Description |
---|---|
ResolverOptions |
ResolverOptions.setHttpProxy(String httpProxy)
Sets the address of the proxy used for HTTP requests.
|
ResolverOptions |
ResolverOptions.setHttpsProxy(String httpsProxy)
Sets the address of the proxy used for HTTPS requests.
|
ResolverOptions |
ResolverOptions.setLocalRepository(String localRepository)
Sets the path to the local Maven repository.
|
ResolverOptions |
ResolverOptions.setRemoteRepositories(List<String> remoteRepositories)
Sets the list of remote repositories used by the resolver.
|
ResolverOptions |
ResolverOptions.setRemoteSnapshotPolicy(String remoteSnapshotPolicy)
Sets the remote snapshot policy (`daily` by default).
|
Modifier and Type | Method and Description |
---|---|
static Resolver |
Resolver.create(ResolverOptions options)
Creates a
Resolver using the default implementation and the given options. |
Constructor and Description |
---|
MavenVerticleFactory(ResolverOptions options)
Creates an instance of
MavenVerticleFactory with the given resolution options. |
Constructor and Description |
---|
ResolverImpl(ResolverOptions options)
Creates a new instance of
ResolverImpl with the given options. |
Copyright © 2023 Eclipse. All rights reserved.