Class ResourceStreamSource

  • All Implemented Interfaces:
    org.flowable.common.engine.api.io.InputStreamProvider, org.flowable.common.engine.impl.util.io.StreamSource

    public class ResourceStreamSource
    extends java.lang.Object
    implements org.flowable.common.engine.impl.util.io.StreamSource
    Author:
    Joram Barrez
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceStreamSource​(java.lang.String resource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResourceStreamSource

        public ResourceStreamSource​(java.lang.String resource)
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
        Specified by:
        getInputStream in interface org.flowable.common.engine.api.io.InputStreamProvider
        Specified by:
        getInputStream in interface org.flowable.common.engine.impl.util.io.StreamSource
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object