Package org.nuxeo.runtime.test
Class InlineRef
java.lang.Object
org.nuxeo.runtime.test.InlineRef
- All Implemented Interfaces:
StreamRef
InlineRef allows to create stream ref on the fly, using only a String.
- Since:
- 5.8
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
-
-
-
Constructor Details
-
InlineRef
-
-
Method Details
-
getId
Description copied from interface:StreamRef
Get an unique identifier for this stream. -
getStream
Description copied from interface:StreamRef
Get the stream content.- Specified by:
getStream
in interfaceStreamRef
- Throws:
IOException
-
asURL
Description copied from interface:StreamRef
Get an URL to that stream. May return null if no URL is available.
-