Guvnor - Structure API 6.2.0.Beta2

org.guvnor.structure.deployment
Interface DeploymentConfigService


public interface DeploymentConfigService


Method Summary
 void addDeployment(String identifier, Object deploymentUnit)
           
 DeploymentConfig getDeployment(String identifier)
           
 Collection<DeploymentConfig> getDeployments()
           
 void removeDeployment(String identifier)
           
 

Method Detail

addDeployment

void addDeployment(String identifier,
                   Object deploymentUnit)

removeDeployment

void removeDeployment(String identifier)

getDeployment

DeploymentConfig getDeployment(String identifier)

getDeployments

Collection<DeploymentConfig> getDeployments()

Guvnor - Structure API 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.