public static enum ApkSignerEngine.InputJarEntryInstructions.OutputPolicy extends Enum<ApkSignerEngine.InputJarEntryInstructions.OutputPolicy>
Enum Constant and Description |
---|
OUTPUT
Entry should be output.
|
OUTPUT_BY_ENGINE
Entry will be output by the engine.
|
SKIP
Entry must not be output.
|
Modifier and Type | Method and Description |
---|---|
static ApkSignerEngine.InputJarEntryInstructions.OutputPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApkSignerEngine.InputJarEntryInstructions.OutputPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApkSignerEngine.InputJarEntryInstructions.OutputPolicy SKIP
public static final ApkSignerEngine.InputJarEntryInstructions.OutputPolicy OUTPUT
public static final ApkSignerEngine.InputJarEntryInstructions.OutputPolicy OUTPUT_BY_ENGINE
public static ApkSignerEngine.InputJarEntryInstructions.OutputPolicy[] values()
for (ApkSignerEngine.InputJarEntryInstructions.OutputPolicy c : ApkSignerEngine.InputJarEntryInstructions.OutputPolicy.values()) System.out.println(c);
public static ApkSignerEngine.InputJarEntryInstructions.OutputPolicy 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 © 2016. All rights reserved.