Uses of Class
org.opencastproject.assetmanager.api.storage.Source
-
Packages that use Source Package Description org.opencastproject.assetmanager.api.storage -
-
Uses of Source in org.opencastproject.assetmanager.api.storage
Methods in org.opencastproject.assetmanager.api.storage that return Source Modifier and Type Method Description static SourceSource. mk(URI uri)Create a new source.static SourceSource. mk(URI uri, com.entwinemedia.fn.data.Opt<Long> size, com.entwinemedia.fn.data.Opt<org.opencastproject.util.MimeType> mimeType)Create a new source.static SourceSource. mk(URI uri, Long size)Create a new source.static SourceSource. mk(URI uri, Long size, org.opencastproject.util.MimeType mimeType)Create a new source.Methods in org.opencastproject.assetmanager.api.storage with parameters of type Source Modifier and Type Method Description voidAssetStore. put(StoragePath path, Source source)Add the content ofsoureunder the given path.
-