Package io.quarkus.vertx.http.runtime
Class StaticResourcesRecorder
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.StaticResourcesRecorder
-
public class StaticResourcesRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMETA_INF_RESOURCES
-
Constructor Summary
Constructors Constructor Description StaticResourcesRecorder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetHotDeploymentResources(List<Path> resources)Consumer<io.vertx.ext.web.Route>start()voidstaticInit(Set<String> knownPaths)
-
-
-
Field Detail
-
META_INF_RESOURCES
public static final String META_INF_RESOURCES
- See Also:
- Constant Field Values
-
-