- All Implemented Interfaces:
- java.lang.Comparable<ModuleRedeployer.ModuleDeployment>
- Enclosing class:
- ModuleRedeployer
protected static class ModuleRedeployer.ModuleDeployment
extends java.lang.Object
implements java.lang.Comparable<ModuleRedeployer.ModuleDeployment>
Holds information about a module that needs to be re-deployed.
The Comparable
implementation for this class sorts
first by deployment unit name followed by (reverse) module descriptor
index - i.e., the biggest index appearing first.
- Author:
- Eric Bottard, Ilayaperumal Gopinathan