Class ProcessOutputResource
java.lang.Object
org.springframework.core.io.AbstractResource
org.springframework.cloud.dataflow.rest.util.ProcessOutputResource
- All Implemented Interfaces:
CheckableResource,InputStreamSource,Resource
Resource implementation to create an
operating system process process and capture its output.- Author:
- Mike Heath
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.core.io.AbstractResource
contentLength, createRelative, equals, exists, getFile, getFileForLastModifiedCheck, getFilename, getURI, getURL, hashCode, isFile, isOpen, isReadable, lastModified, readableChannelMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.core.io.Resource
contentLength, createRelative, exists, getContentAsByteArray, getContentAsString, getFile, getFilename, getURI, getURL, isFile, isOpen, isReadable, lastModified, readableChannel
-
Constructor Details
-
ProcessOutputResource
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceResource
-
getInputStream
- Specified by:
getInputStreamin interfaceInputStreamSource- Throws:
IOException
-
toString
- Overrides:
toStringin classAbstractResource
-
check
- Specified by:
checkin interfaceCheckableResource- Throws:
IOException
-