org.jboss.deployers.plugins.sort
Class DominoDeployerSorter

java.lang.Object
  extended by 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

Constructor Summary
DominoDeployerSorter()
           
 
Method Summary
 List<Deployer> sortDeployers(List<Deployer> original, Deployer newDeployer)
          Sort original + newDeployer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DominoDeployerSorter

public DominoDeployerSorter()
Method Detail

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 original
newDeployer - new deployer to insert
Returns:
sorted deployer


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.