org.jboss.kernel.plugins.deployment.props.vertex
Class AbstractLevelVertexFactory

java.lang.Object
  extended by org.jboss.kernel.plugins.deployment.props.vertex.AbstractLevelVertexFactory
All Implemented Interfaces:
LevelVertexFactory
Direct Known Subclasses:
BeanVertexFactory, HolderVertexFactory, KeywordLevelVertexFactory, PropertyVertexFactory

public abstract class AbstractLevelVertexFactory
extends Object
implements LevelVertexFactory

Ordered level vertex factory.

Author:
Ales Justin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.kernel.plugins.deployment.props.vertex.LevelVertexFactory
LevelVertexFactory.LevelVertexFactoryComparator
 
Field Summary
 
Fields inherited from interface org.jboss.kernel.plugins.deployment.props.vertex.LevelVertexFactory
COMPARATOR
 
Constructor Summary
protected AbstractLevelVertexFactory()
           
protected AbstractLevelVertexFactory(int order)
           
 
Method Summary
 int getOrder()
          Get the order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.kernel.plugins.deployment.props.vertex.LevelVertexFactory
createVertex
 

Constructor Detail

AbstractLevelVertexFactory

protected AbstractLevelVertexFactory()

AbstractLevelVertexFactory

protected AbstractLevelVertexFactory(int order)
Method Detail

getOrder

public int getOrder()
Description copied from interface: LevelVertexFactory
Get the order.

Specified by:
getOrder in interface LevelVertexFactory
Returns:
the order


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