|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.config.DeploymentModuleComparator
public class DeploymentModuleComparator
Compares deployment modules for the order in which they should be executed.
| Constructor Summary | |
|---|---|
DeploymentModuleComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(DeploymentModule module1,
DeploymentModule module2)
Compares modules by order, then by name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public DeploymentModuleComparator()
| Method Detail |
|---|
public int compare(DeploymentModule module1,
DeploymentModule module2)
compare in interface java.util.Comparator<DeploymentModule>module1 - The first module.module2 - The second module.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||