org.jboss.kernel.plugins.deployment.props
Class DeploymentBuilder
java.lang.Object
org.jboss.kernel.plugins.deployment.props.DeploymentBuilder
public class DeploymentBuilder
- extends Object
Deployment builder.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentBuilder
public DeploymentBuilder(Properties properties)
DeploymentBuilder
public DeploymentBuilder(Map<String,String> properties)
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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.