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 String
META_INF_RESOURCES
-
Constructor Summary
Constructors Constructor Description StaticResourcesRecorder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setHotDeploymentResources(List<Path> resources)
Consumer<io.vertx.ext.web.Route>
start(Set<String> knownPaths)
-
-
-
Field Detail
-
META_INF_RESOURCES
public static final String META_INF_RESOURCES
- See Also:
- Constant Field Values
-
-