public class ProxyFileSource extends Object implements FileSource
SERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description |
|---|
ProxyFileSource(FileSource nestedFileSource) |
| Modifier and Type | Method and Description |
|---|---|
FileSource |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
String |
getContentType() |
long |
getFileSize() |
FileType |
getFileType() |
InputStream |
getInputStream() |
String |
getName() |
FileSource |
getNestedFileSource() |
String |
getPath() |
String |
getUrlPath() |
boolean |
isLocal() |
Record |
toRecord() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXmlpublic ProxyFileSource(FileSource nestedFileSource)
public FileSource getNestedFileSource()
public String getName()
getName in interface FileSourcepublic String getPath()
getPath in interface FileSourcepublic String getUrlPath()
getUrlPath in interface FileSourcepublic boolean isLocal()
isLocal in interface FileSourcepublic long getFileSize()
getFileSize in interface FileSourcepublic String getContentType()
getContentType in interface FileSourcepublic FileType getFileType()
getFileType in interface FileSourcepublic InputStream getInputStream()
getInputStream in interface FileSourcepublic Record toRecord()
toRecord in interface RecordSerializablepublic FileSource fromRecord(Record source)
RecordSerializablethis (for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord in interface RecordSerializablefromRecord in interface FileSourceCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.