JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.activiti.spring.resources
ResourceReader
Contents
Description
Method Summary
Method Details
getResourceNameSelector()
read(InputStream)
Hide sidebar
Show sidebar
Interface ResourceReader<
T
>
public interface
ResourceReader<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Predicate
<
String
>
getResourceNameSelector
()
T
read
(
InputStream
inputStream)
Method Details
getResourceNameSelector
Predicate
<
String
>
getResourceNameSelector
()
read
T
read
(
InputStream
inputStream)
throws
IOException
Throws:
IOException