public static enum TikaConfigSerializer.Mode extends Enum<TikaConfigSerializer.Mode>
Enum Constant and Description |
---|
CURRENT
Current config, roughly as loaded
|
MINIMAL
Minimal version of the config, defaults where possible
|
STATIC
Static version of the config, with explicit lists of parsers/decorators/etc
|
STATIC_FULL
Static version of the config, with explicit lists of decorators etc,
and all parsers given with their detected supported mime types
|
Modifier and Type | Method and Description |
---|---|
static TikaConfigSerializer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TikaConfigSerializer.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TikaConfigSerializer.Mode MINIMAL
public static final TikaConfigSerializer.Mode CURRENT
public static final TikaConfigSerializer.Mode STATIC
public static final TikaConfigSerializer.Mode STATIC_FULL
public static TikaConfigSerializer.Mode[] values()
for (TikaConfigSerializer.Mode c : TikaConfigSerializer.Mode.values()) System.out.println(c);
public static TikaConfigSerializer.Mode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.