org.jboss.kernel.plugins.deployment.props.vertex
Class ClassVertexFactory
java.lang.Object
org.jboss.kernel.plugins.deployment.props.vertex.AbstractLevelVertexFactory
org.jboss.kernel.plugins.deployment.props.vertex.KeywordLevelVertexFactory
org.jboss.kernel.plugins.deployment.props.vertex.ClassVertexFactory
- All Implemented Interfaces:
- LevelVertexFactory
public class ClassVertexFactory
- extends KeywordLevelVertexFactory
Class vertex factory.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassVertexFactory
public ClassVertexFactory()
createVertex
protected TreeVertex<?> createVertex(String name,
String keyword)
- Description copied from class:
KeywordLevelVertexFactory
- Create vertex from name and keyword.
- Specified by:
createVertex
in class KeywordLevelVertexFactory
- Parameters:
name
- the namekeyword
- the keyword
- Returns:
- new vertex instance
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.