| BanCircularDependencies |
Bans circular dependencies on the classpath.
|
| BanDuplicateClasses |
Bans duplicate classes on the classpath.
|
| ClassesWithSameName |
Represents one or more class files that have the same exact name.
|
| ClassFile |
This class represents a binary class file.
|
| Dependency |
Dependency class.
|
| EnforceBytecodeVersion |
Enforcer rule that will check the bytecode version of each class of each dependency.
|
| EnforceManagedDepsRule |
Enforcer rule that will check that all dependencies are managed.
|
| JarUtils |
Utility methods for working with Java jar files.
|