Package | Description |
---|---|
io.vertx.maven | |
io.vertx.maven.resolver |
Modifier and Type | Method and Description |
---|---|
static Resolver |
Resolver.create()
Creates a
Resolver using the default implementation and default options. |
static Resolver |
Resolver.create(ResolverOptions options)
Creates a
Resolver using the default implementation and the given options. |
Resolver |
MavenVerticleFactory.getResolver() |
Constructor and Description |
---|
MavenVerticleFactory(Resolver resolver)
Creates an instance of
MavenVerticleFactory with a custom Resolver . |
Modifier and Type | Class and Description |
---|---|
class |
ResolverImpl
An implementation of
Resolver based on Aether. |
Copyright © 2021 Eclipse. All rights reserved.