org.jboss.kernel.plugins.deployment.props.vertex
Class HolderVertexFactory
java.lang.Object
org.jboss.kernel.plugins.deployment.props.vertex.AbstractLevelVertexFactory
org.jboss.kernel.plugins.deployment.props.vertex.HolderVertexFactory
- All Implemented Interfaces:
- LevelVertexFactory
public class HolderVertexFactory
- extends AbstractLevelVertexFactory
Simple holder vertex factory.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HolderVertexFactory
public HolderVertexFactory()
createVertex
public TreeVertex<?> createVertex(String name)
- Description copied from interface:
LevelVertexFactory
- Create new vertex.
If name doesn't match factory's creation return null.
- Parameters:
name
- the name
- Returns:
- new vertex instance or null if cannot create vertex from name
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.