org.milyn.delivery.ordering
Class Sorter

java.lang.Object
  extended by org.milyn.delivery.ordering.Sorter

public class Sorter
extends Object

Author:
tom.fennelly@jboss.com

Nested Class Summary
static class Sorter.SortOrder
           
 
Method Summary
protected static
<T extends ContentHandler>
List<org.milyn.delivery.ordering.Sorter.DependencySpec>
buildDependencyMap(List<ContentHandlerConfigMap<T>> visitors)
           
static
<T extends ContentHandler>
void
sort(List<ContentHandlerConfigMap<T>> visitors, Sorter.SortOrder sortOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sort

public static <T extends ContentHandler> void sort(List<ContentHandlerConfigMap<T>> visitors,
                                                   Sorter.SortOrder sortOrder)
                 throws SmooksConfigurationException
Throws:
SmooksConfigurationException

buildDependencyMap

protected static <T extends ContentHandler> List<org.milyn.delivery.ordering.Sorter.DependencySpec> buildDependencyMap(List<ContentHandlerConfigMap<T>> visitors)


Copyright © 2009. All Rights Reserved.