Interface FileResolverFactory
- All Superinterfaces:
VertxServiceProvider
A factory for the pluggable file resolver SPI.
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidinit(io.vertx.core.internal.VertxBootstrap builder) Let the provider initialize the Vert.x builder.resolver(VertxOptions options) Create a newFileResolverobject.
-
Method Details
-
init
default void init(io.vertx.core.internal.VertxBootstrap builder) Description copied from interface:VertxServiceProviderLet the provider initialize the Vert.x builder.- Specified by:
initin interfaceVertxServiceProvider- Parameters:
builder- the builder
-
resolver
Create a newFileResolverobject.- Parameters:
options- the vertx configuration options- Returns:
- the file resolver
-