Class WebJarResourcesFilter.FilterResult
- java.lang.Object
-
- io.quarkus.vertx.http.deployment.webjar.WebJarResourcesFilter.FilterResult
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing interface:
- WebJarResourcesFilter
public static class WebJarResourcesFilter.FilterResult extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description FilterResult(InputStream stream, boolean changed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InputStreamgetStream()booleanhasStream()booleanisChanged()
-
-
-
Constructor Detail
-
FilterResult
public FilterResult(InputStream stream, boolean changed)
-
-
Method Detail
-
getStream
public InputStream getStream()
-
isChanged
public boolean isChanged()
-
hasStream
public boolean hasStream()
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-