protected static interface AndroidClassLoadingStrategy.FileProcessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
AndroidClassLoadingStrategy.FileProcessor.Disabled
A non-operational file processor.
|
static class |
AndroidClassLoadingStrategy.FileProcessor.ForReadOnlyClassFile
A file processor that marks a file as read-only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(File file)
Accepts a file for processing.
|
void accept(File file)
file - The file to process.Copyright © 2014–2024. All rights reserved.