Package | Description |
---|---|
com.android.apksig |
Modifier and Type | Method and Description |
---|---|
ApkSignerEngine.InputJarEntryInstructions.OutputPolicy |
ApkSignerEngine.InputJarEntryInstructions.getOutputPolicy()
Returns the output policy for this entry.
|
ApkSignerEngine.InputJarEntryInstructions.OutputPolicy |
DefaultApkSignerEngine.inputJarEntryRemoved(String entryName) |
ApkSignerEngine.InputJarEntryInstructions.OutputPolicy |
ApkSignerEngine.inputJarEntryRemoved(String entryName)
Indicates to this engine that the specified JAR entry was removed from the input.
|
static ApkSignerEngine.InputJarEntryInstructions.OutputPolicy |
ApkSignerEngine.InputJarEntryInstructions.OutputPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApkSignerEngine.InputJarEntryInstructions.OutputPolicy[] |
ApkSignerEngine.InputJarEntryInstructions.OutputPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InputJarEntryInstructions(ApkSignerEngine.InputJarEntryInstructions.OutputPolicy outputPolicy)
Constructs a new
InputJarEntryInstructions instance with the provided entry
output policy and without a request to inspect the entry. |
InputJarEntryInstructions(ApkSignerEngine.InputJarEntryInstructions.OutputPolicy outputPolicy,
ApkSignerEngine.InspectJarEntryRequest inspectJarEntryRequest)
Constructs a new
InputJarEntryInstructions instance with the provided entry
output mode and with the provided request to inspect the entry. |
Copyright © 2016. All rights reserved.