org.camunda.bpm.engine.impl.util.io
Class ResourceStreamSource

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.io.ResourceStreamSource
All Implemented Interfaces:
StreamSource

public class ResourceStreamSource
extends Object
implements StreamSource

Author:
Tom Baeyens

Constructor Summary
ResourceStreamSource(String resource)
           
ResourceStreamSource(String resource, ClassLoader classLoader)
           
 
Method Summary
 InputStream getInputStream()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceStreamSource

public ResourceStreamSource(String resource)

ResourceStreamSource

public ResourceStreamSource(String resource,
                            ClassLoader classLoader)
Method Detail

getInputStream

public InputStream getInputStream()
Specified by:
getInputStream in interface StreamSource

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 camunda services GmbH. All rights reserved.