org.jboss.kernel.plugins.deployment.props
Class DeploymentVertex

java.lang.Object
  extended by org.jboss.util.graph.Vertex<String>
      extended by org.jboss.kernel.plugins.deployment.props.TreeVertex<org.jboss.util.graph.Vertex<String>>
          extended by org.jboss.kernel.plugins.deployment.props.DeploymentVertex
Direct Known Subclasses:
BaseDeploymentVertex

public abstract class DeploymentVertex
extends TreeVertex<org.jboss.util.graph.Vertex<String>>

Top level deployment vertex.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.kernel.plugins.deployment.props.TreeVertex
log
 
Constructor Summary
protected DeploymentVertex(String name)
           
 
Method Summary
abstract  KernelDeployment get()
           
 
Methods inherited from class org.jboss.kernel.plugins.deployment.props.TreeVertex
getChildren, getLastToken, getNext, getParent, getPrevious, visit, visit
 
Methods inherited from class org.jboss.util.graph.Vertex
addEdge, addIncomingEdge, addOutgoingEdge, clearMark, cost, findEdge, findEdge, getData, getIncomingEdge, getIncomingEdgeCount, getIncomingEdges, getMarkState, getName, getOutgoingEdge, getOutgoingEdgeCount, getOutgoingEdges, hasEdge, hasEdge, mark, remove, setData, setMarkState, toString, visited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentVertex

protected DeploymentVertex(String name)
Method Detail

get

public abstract KernelDeployment get()


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