Package org.nuxeo.runtime.model
Class URLStreamRef
java.lang.Object
org.nuxeo.runtime.model.URLStreamRef
- All Implemented Interfaces:
StreamRef
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
url
-
name
-
-
Constructor Details
-
URLStreamRef
-
URLStreamRef
-
-
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.
-