| Package | Description |
|---|---|
| org.pantsbuild.jarjar | |
| org.pantsbuild.jarjar.misplaced | |
| org.pantsbuild.jarjar.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodSignatureProcessor
Remaps string values representing method signatures to use the new package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FatalMisplacedClassProcessor
Fails-fast with an exception upon finding a misplaced class.
|
class |
MisplacedClassProcessor
Processor that handles classes whose fully-qualified names do not match their jar entry location.
|
class |
MoveMisplacedClassProcessor
Moves misplaced classes to their proper location based on their package name.
|
class |
OmitMisplacedClassProcessor
Leave misplaced classes out of the jar.
|
class |
SkipMisplacedClassProcessor
Handles misplaced classes by excluding them from shading
(which leaves them at their original location).
|
| Modifier and Type | Class and Description |
|---|---|
class |
JarProcessorChain |
class |
JarTransformer |
class |
JarTransformerChain |
| Modifier and Type | Method and Description |
|---|---|
void |
AntJarProcessor.execute(JarProcessor proc) |
static void |
StandaloneJarProcessor.run(java.io.File from,
java.io.File to,
JarProcessor proc) |
| Constructor and Description |
|---|
JarProcessorChain(JarProcessor[] chain) |