public static enum AndroidClassLoadingStrategy.FileProcessor.Disabled extends Enum<AndroidClassLoadingStrategy.FileProcessor.Disabled> implements AndroidClassLoadingStrategy.FileProcessor
AndroidClassLoadingStrategy.FileProcessor.Disabled, AndroidClassLoadingStrategy.FileProcessor.ForReadOnlyClassFile| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(File file)
Accepts a file for processing.
|
static AndroidClassLoadingStrategy.FileProcessor.Disabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidClassLoadingStrategy.FileProcessor.Disabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidClassLoadingStrategy.FileProcessor.Disabled INSTANCE
public static AndroidClassLoadingStrategy.FileProcessor.Disabled[] values()
for (AndroidClassLoadingStrategy.FileProcessor.Disabled c : AndroidClassLoadingStrategy.FileProcessor.Disabled.values()) System.out.println(c);
public static AndroidClassLoadingStrategy.FileProcessor.Disabled 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 nullpublic void accept(File file)
accept in interface AndroidClassLoadingStrategy.FileProcessorfile - The file to process.Copyright © 2014–2024. All rights reserved.