Package ddf.catalog.resource
Interface Resource
- All Superinterfaces:
BinaryContent
A Resource represents an item (e.g. image, video, document, etc.) that has been posted for
sharing. A
Metacard is created to provide metadata about a Resource,
which can be accessed via a ResourceReader.-
Method Summary
Methods inherited from interface ddf.catalog.data.BinaryContent
getByteArray, getInputStream, getMimeType, getMimeTypeValue, getSize
-
Method Details
-
getName
String getName()Gets the name of the Resource. Examples of this are the name of a file or the title of the Resource URL.- Returns:
- the name of the Resource. Null if the name is unknown
-