public static class AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler extends Object implements AndroidClassLoadingStrategy.DexProcessor
| Modifier and Type | Class and Description |
|---|---|
protected class |
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
Represents a to-dex-file-conversion of a
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler. |
protected static interface |
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Dispatcher
A dispatcher for translating a direct class file.
|
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler| Constructor and Description |
|---|
ForSdkCompiler(com.android.dx.dex.DexOptions dexFileOptions,
com.android.dx.dex.cf.CfOptions dexCompilerOptions)
Creates a new Android SDK dex compiler-based dex processor.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidClassLoadingStrategy.DexProcessor.Conversion |
create()
Creates a new conversion process which allows to store several Java class files in the created dex
file before writing this dex file to a specified
OutputStream. |
protected static AndroidClassLoadingStrategy.DexProcessor |
makeDefault()
Creates a default dex processor that ensures API version compatibility.
|
public ForSdkCompiler(com.android.dx.dex.DexOptions dexFileOptions,
com.android.dx.dex.cf.CfOptions dexCompilerOptions)
dexFileOptions - The dex file options to apply.dexCompilerOptions - The dex compiler options to apply.protected static AndroidClassLoadingStrategy.DexProcessor makeDefault()
public AndroidClassLoadingStrategy.DexProcessor.Conversion create()
OutputStream.create in interface AndroidClassLoadingStrategy.DexProcessorCopyright © 2014–2025. All rights reserved.