Uses of Class
org.duracloud.manifest.ContentMessage
-
Packages that use ContentMessage Package Description org.duracloud.manifest org.duracloud.manifest.impl -
-
Uses of ContentMessage in org.duracloud.manifest
Method parameters in org.duracloud.manifest with type arguments of type ContentMessage Modifier and Type Method Description voidManifestFormatter. writeEventsToOutput(Collection<ContentMessage> events, OutputStream output)This method writes the arg events to the arg output stream. -
Uses of ContentMessage in org.duracloud.manifest.impl
Methods in org.duracloud.manifest.impl with parameters of type ContentMessage Modifier and Type Method Description StringManifestFormatterBase. formatLine(ContentMessage event)Method parameters in org.duracloud.manifest.impl with type arguments of type ContentMessage Modifier and Type Method Description voidManifestFormatterBase. writeEventsToOutput(Collection<ContentMessage> events, OutputStream output)
-