Package org.activiti.spring.resources
Interface ResourceReader<T>
-
public interface ResourceReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Predicate<String>getResourceNameSelector()Tread(InputStream inputStream)
-
-
-
Method Detail
-
read
T read(InputStream inputStream) throws IOException
- Throws:
IOException
-
-