Package org.cip4.jdflib.ifaces
Interface IURLSetter
- All Known Implementing Classes:
JDFFileSpec,JDFNode,JDFPreview,JDFQueueSubmissionParams,JDFResubmissionParams,JDFReturnQueueEntryParams
public interface IURLSetter
Interface for elements that can set or get a URL - used when unpacking or forwarding the respective url target
-
Method Summary
-
Method Details
-
setURL
- Parameters:
url- the URL to set
-
getURL
String getURL()- Returns:
- the URL of this
-
getUserFileName
String getUserFileName()- Returns:
- the filename of this; null if not implemented
-
getURLInputStream
InputStream getURLInputStream()get the input stream that reads from URL- Returns:
- InputStream the input stream that the url points to, null if the url is inaccessible
-