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, readableChannel
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getDescription
in interfaceResource
-
getInputStream
- Specified by:
getInputStream
in interfaceInputStreamSource
- Throws:
IOException
-
toString
- Overrides:
toString
in classAbstractResource
-
check
- Specified by:
check
in interfaceCheckableResource
- Throws:
IOException
-