Class WebJarResultsBuildItem.WebJarResult
java.lang.Object
io.quarkus.vertx.http.deployment.webjar.WebJarResultsBuildItem.WebJarResult
- Enclosing class:
- WebJarResultsBuildItem
-
Constructor Summary
ConstructorsConstructorDescriptionWebJarResult(io.quarkus.maven.dependency.ResolvedDependency dependency, String finalDestination, List<FileSystemStaticHandler.StaticWebRootConfiguration> webRootConfigurations) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.maven.dependency.ResolvedDependency
-
Constructor Details
-
WebJarResult
public WebJarResult(io.quarkus.maven.dependency.ResolvedDependency dependency, String finalDestination, List<FileSystemStaticHandler.StaticWebRootConfiguration> webRootConfigurations)
-
-
Method Details
-
getDependency
public io.quarkus.maven.dependency.ResolvedDependency getDependency() -
getFinalDestination
-
getWebRootConfigurations
-