Class SubstituteVfsResourceDelegate
- java.lang.Object
-
- org.apache.camel.quarkus.support.spring.graal.SubstituteVfsResourceDelegate
-
final class SubstituteVfsResourceDelegate extends Object
-
-
Constructor Summary
Constructors Constructor Description SubstituteVfsResourceDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.core.io.ResourcegetResource(URI uri)static org.springframework.core.io.ResourcegetResource(URL url)
-
-
-
Method Detail
-
getResource
public static org.springframework.core.io.Resource getResource(URL url) throws IOException
- Throws:
IOException
-
getResource
public static org.springframework.core.io.Resource getResource(URI uri) throws IOException
- Throws:
IOException
-
-