public class FatalMisplacedClassProcessor extends MisplacedClassProcessor
| Constructor and Description |
|---|
FatalMisplacedClassProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMisplacedClass(EntryStruct classStruct,
java.lang.String className)
Handles a class that was found at a location that does not match its fully qualified classname.
|
boolean |
shouldKeep()
Returns whether the entry should be included in the output.
|
boolean |
shouldTransform()
Whether any JarTransformers transform and relocate the struct to its "proper" location based on
its package name, or just skip over it.
|
formatMisplacedClassMessage, processpublic void handleMisplacedClass(EntryStruct classStruct, java.lang.String className)
MisplacedClassProcessorhandleMisplacedClass in class MisplacedClassProcessorclassStruct - The jar EntryStruct for the class.className - The actual fully-qualified classname read from the binary data.public boolean shouldTransform()
MisplacedClassProcessorshouldTransform in class MisplacedClassProcessorpublic boolean shouldKeep()
MisplacedClassProcessorshouldKeep in class MisplacedClassProcessor