public class ProxyFileSource extends Object implements FileSource
SERIALIZED_CLASS_NAME, TYPE
XML_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, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, 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, writeXml
public ProxyFileSource(FileSource nestedFileSource)
public FileSource getNestedFileSource()
public String getName()
getName
in interface FileSource
public String getPath()
getPath
in interface FileSource
public String getUrlPath()
getUrlPath
in interface FileSource
public boolean isLocal()
isLocal
in interface FileSource
public long getFileSize()
getFileSize
in interface FileSource
public String getContentType()
getContentType
in interface FileSource
public FileType getFileType()
getFileType
in interface FileSource
public InputStream getInputStream()
getInputStream
in interface FileSource
public Record toRecord()
toRecord
in interface RecordSerializable
public FileSource fromRecord(Record source)
RecordSerializable
this
(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 RecordSerializable
fromRecord
in interface FileSource
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.