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

java.lang.Object
  extended by org.jboss.kernel.plugins.deployment.props.DeploymentBuilder

public class DeploymentBuilder
extends Object

Deployment builder.

Author:
Ales Justin

Constructor Summary
DeploymentBuilder(Map<String,String> properties)
           
DeploymentBuilder(Properties properties)
           
 
Method Summary
 KernelDeployment build()
          Build KernelDeployment instance.
protected  void buildGraph(Map<String,String> properties)
          Build graph.
protected static Map<String,String> toMap(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentBuilder

public DeploymentBuilder(Properties properties)

DeploymentBuilder

public DeploymentBuilder(Map<String,String> properties)
Method Detail

toMap

protected static Map<String,String> toMap(Properties properties)

buildGraph

protected void buildGraph(Map<String,String> properties)
Build graph.

Parameters:
properties - the properties

build

public KernelDeployment build()
Build KernelDeployment instance.

Returns:
KernelDeployment instance


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