Uses of Class
org.alembik.util.TranscodingUtils.ReloadPolicy

Packages that use TranscodingUtils.ReloadPolicy
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
 

Uses of TranscodingUtils.ReloadPolicy in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.ReloadPolicy
static TranscodingUtils.ReloadPolicy TranscodingUtils.getReloadPolicy(TranscodingJob job)
          Returns the policy of reloading of a source file of the given transcoding job.
static TranscodingUtils.ReloadPolicy TranscodingUtils.ReloadPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.ReloadPolicy[] TranscodingUtils.ReloadPolicy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.alembik.util with parameters of type TranscodingUtils.ReloadPolicy
static void TranscodingUtils.setReloadPolicy(TranscodingJob job, TranscodingUtils.ReloadPolicy reloadPolicy)
          Sets the required policy of reloading of a source file of the given transcoding job.