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

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.springframework.core.io.AbstractResource

    contentLength, createRelative, equals, exists, getFile, getFileForLastModifiedCheck, getFilename, getURI, getURL, hashCode, isFile, isOpen, isReadable, lastModified, readableChannel, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.core.io.Resource

    getContentAsByteArray, getContentAsString
  • Constructor Details

    • TranslatedResource

      public TranslatedResource(org.springframework.core.io.Resource delegate, Map<String,String> properties)
  • Method Details