contents property
Get the contents and timestamp of this source.
@return the contents and timestamp of the source @throws Exception if the contents of this source could not be accessed
Implementation
@override
TimestampedData<String> get contents {
return contentsFromFile;
}