Class InMemoryTargetVisitor
- java.lang.Object
-
- io.quarkus.vertx.http.deployment.webjar.InMemoryTargetVisitor
-
- All Implemented Interfaces:
WebJarResourcesTargetVisitor
public class InMemoryTargetVisitor extends Object implements WebJarResourcesTargetVisitor
Visitor which holds all web jar resources in memory.
-
-
Constructor Summary
Constructors Constructor Description InMemoryTargetVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,byte[]>getContent()voidvisitFile(String path, InputStream stream)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.vertx.http.deployment.webjar.WebJarResourcesTargetVisitor
supportsOnlyCopyingNonArtifactFiles, visitDirectory
-
-
-
-
Method Detail
-
visitFile
public void visitFile(String path, InputStream stream) throws IOException
- Specified by:
visitFilein interfaceWebJarResourcesTargetVisitor- Throws:
IOException
-
-