| Package | Description |
|---|---|
| org.opencastproject.mediapackage |
| Modifier and Type | Method and Description |
|---|---|
static MediaPackageSupport.MergeMode |
MediaPackageSupport.MergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaPackageSupport.MergeMode[] |
MediaPackageSupport.MergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaPackage |
MediaPackageSupport.merge(MediaPackage dest,
MediaPackage src,
MediaPackageSupport.MergeMode mode)
Merges the contents of media package located at
sourceDir into the media package located at
targetDir. |
Copyright © 2009–2020 Opencast Project. All rights reserved.