org.jboss.kernel.plugins.deployment.props.vertex
Class AbstractLevelVertexFactory
java.lang.Object
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
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 |
AbstractLevelVertexFactory
protected AbstractLevelVertexFactory()
AbstractLevelVertexFactory
protected AbstractLevelVertexFactory(int order)
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.