org.rundeck.storage.api
Interface ContentMeta

All Superinterfaces:
HasInputStream
All Known Subinterfaces:
ResourceMeta
All Known Implementing Classes:
BaseStreamResource, DataContent

public interface ContentMeta
extends HasInputStream

Represents a stream of data to store and metadata about it.


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getMeta()
          Return the metadata about the content
 
Methods inherited from interface org.rundeck.storage.api.HasInputStream
getInputStream, writeContent
 

Method Detail

getMeta

java.util.Map<java.lang.String,java.lang.String> getMeta()
Return the metadata about the content

Returns:
the metadata