org.jboss.deployers.plugins.sort
Class DeployerSorterFactory

java.lang.Object
  extended by org.jboss.deployers.plugins.sort.DeployerSorterFactory

public class DeployerSorterFactory
extends Object

Sorter factory.

Author:
Ales Justin

Constructor Summary
DeployerSorterFactory()
           
 
Method Summary
static DeployerSorter newSorter()
          Create new DeployerSorter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerSorterFactory

public DeployerSorterFactory()
Method Detail

newSorter

public static DeployerSorter newSorter()
Create new DeployerSorter. Currently just plain domino sorting.

Returns:
deployer sorter instance


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