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

java.lang.Object
  extended by org.jboss.kernel.plugins.deployment.props.vertex.AbstractLevelVertexFactory
      extended by org.jboss.kernel.plugins.deployment.props.vertex.KeywordLevelVertexFactory
          extended by org.jboss.kernel.plugins.deployment.props.vertex.ClassVertexFactory
All Implemented Interfaces:
LevelVertexFactory

public class ClassVertexFactory
extends KeywordLevelVertexFactory

Class 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
ClassVertexFactory()
           
 
Method Summary
protected  TreeVertex createVertex(String name, String keyword)
          Create vertex from name and keyword.
 
Methods inherited from class org.jboss.kernel.plugins.deployment.props.vertex.KeywordLevelVertexFactory
createVertex
 
Methods inherited from class org.jboss.kernel.plugins.deployment.props.vertex.AbstractLevelVertexFactory
getOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassVertexFactory

public ClassVertexFactory()
Method Detail

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 name
keyword - the keyword
Returns:
new vertex instance


Copyright ? 2007 JBoss Inc.. All Rights Reserved.