public static enum AssetAction.ErrorModeFileFormats extends java.lang.Enum<AssetAction.ErrorModeFileFormats>
AssetAction.getFileFormatFilterList()
,
AssetAction.getInvalidFileFormatsErrorMode()
Enum Constant and Description |
---|
FAIL
Fail the entire asset action if a single asset does not pass the file format filter list.
|
SKIP_AND_IGNORE_ASSET
Skip assets that do not pass the file format filter list for the entire asset action.
|
SKIP_PROCESSORS
Skip assets that do not pass the file format filter list for the processor section of this asset action but include the asset with the packers and
saver.
|
SKIP_PROCESSORS_AND_PACKERS
Skip assets that do not pass the file format filter list for the processor and packer section of this asset action but include the asset with the
saver.
|
Modifier and Type | Method and Description |
---|---|
static AssetAction.ErrorModeFileFormats |
find(int id) |
static AssetAction.ErrorModeFileFormats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssetAction.ErrorModeFileFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetAction.ErrorModeFileFormats FAIL
public static final AssetAction.ErrorModeFileFormats SKIP_AND_IGNORE_ASSET
public static final AssetAction.ErrorModeFileFormats SKIP_PROCESSORS
public static final AssetAction.ErrorModeFileFormats SKIP_PROCESSORS_AND_PACKERS
public static AssetAction.ErrorModeFileFormats[] values()
for (AssetAction.ErrorModeFileFormats c : AssetAction.ErrorModeFileFormats.values()) System.out.println(c);
public static AssetAction.ErrorModeFileFormats valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static AssetAction.ErrorModeFileFormats find(int id)
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.