public interface FileResolverFactory extends VertxServiceProvider
| Modifier and Type | Method and Description | 
|---|---|
default void | 
init(io.vertx.core.impl.VertxBuilder builder)
Let the provider initialize the Vert.x builder. 
 | 
FileResolver | 
resolver(VertxOptions options)
Create a new  
FileResolver object. | 
default void init(io.vertx.core.impl.VertxBuilder builder)
VertxServiceProviderinit in interface VertxServiceProviderbuilder - the builderFileResolver resolver(VertxOptions options)
FileResolver object.options - the vertx configuration optionsCopyright © 2023 Eclipse. All rights reserved.