public interface DeployedUnit
Modifier and Type | Method and Description |
---|---|
String |
getDeployedAssetLocation(String assetId) |
Collection<DeployedAsset> |
getDeployedAssets() |
Collection<Class<?>> |
getDeployedClasses() |
DeploymentUnit |
getDeploymentUnit() |
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager() |
boolean |
isActive() |
DeploymentUnit getDeploymentUnit()
Collection<DeployedAsset> getDeployedAssets()
Collection<Class<?>> getDeployedClasses()
org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
boolean isActive()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.