Class URLStreamRef

java.lang.Object
org.nuxeo.runtime.model.URLStreamRef
All Implemented Interfaces:
StreamRef

public class URLStreamRef extends Object implements StreamRef
Author:
Bogdan Stefanescu
  • Field Details

    • url

      protected final URL url
    • name

      protected final String name
  • Constructor Details

    • URLStreamRef

      public URLStreamRef(URL url)
    • URLStreamRef

      public URLStreamRef(URL url, String name)
  • Method Details