KIE Internal 6.1.0.Final

org.kie.internal.deployment
Interface DeployedUnit


public interface DeployedUnit


Method Summary
 String getDeployedAssetLocation(String assetId)
           
 Collection<DeployedAsset> getDeployedAssets()
           
 Collection<Class<?>> getDeployedClasses()
           
 DeploymentUnit getDeploymentUnit()
           
 org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
           
 

Method Detail

getDeploymentUnit

DeploymentUnit getDeploymentUnit()

getDeployedAssetLocation

String getDeployedAssetLocation(String assetId)

getDeployedAssets

Collection<DeployedAsset> getDeployedAssets()

getDeployedClasses

Collection<Class<?>> getDeployedClasses()

getRuntimeManager

org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()

KIE Internal 6.1.0.Final

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