org.jboss.deployers.plugins.sort
Class DominoDeployerSorter
java.lang.Object
org.jboss.deployers.plugins.sort.DominoDeployerSorter
- All Implemented Interfaces:
- DeployerSorter
public class DominoDeployerSorter
- extends Object
- implements DeployerSorter
Deployer sorter using domino sorting.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DominoDeployerSorter
public DominoDeployerSorter()
sortDeployers
public List<Deployer> sortDeployers(List<Deployer> original,
Deployer newDeployer)
- Description copied from interface:
DeployerSorter
- Sort original + newDeployer.
- Specified by:
sortDeployers
in interface DeployerSorter
- Parameters:
original
- the originalnewDeployer
- new deployer to insert
- Returns:
- sorted deployer
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.