Class CamelSpringTestSupport.TranslatedResource
- java.lang.Object
-
- org.springframework.core.io.AbstractResource
-
- org.apache.camel.test.spring.junit5.CamelSpringTestSupport.TranslatedResource
-
- All Implemented Interfaces:
org.springframework.core.io.InputStreamSource,org.springframework.core.io.Resource
- Enclosing class:
- CamelSpringTestSupport
public static class CamelSpringTestSupport.TranslatedResource extends org.springframework.core.io.AbstractResource
-
-
Constructor Summary
Constructors Constructor Description TranslatedResource(org.springframework.core.io.Resource delegate, Map<String,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()InputStreamgetInputStream()
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
getInputStream
public InputStream getInputStream() throws IOException
- Throws:
IOException
-
-