Package | Description |
---|---|
org.kie.internal.runtime.conf | |
org.kie.internal.runtime.manager | |
org.kie.internal.runtime.manager.deploy |
Modifier and Type | Method and Description |
---|---|
DeploymentDescriptor |
DeploymentDescriptorBuilder.get() |
Modifier and Type | Method and Description |
---|---|
DeploymentDescriptor |
InternalRuntimeManager.getDeploymentDescriptor()
Returns current deployment descriptor for this instance of RuntimeManager, might be null if
descriptors are not used
|
Modifier and Type | Method and Description |
---|---|
void |
InternalRuntimeManager.setDeploymentDescriptor(DeploymentDescriptor descriptor)
Sets deployment descriptor for this instance of RuntimeManager
|
Modifier and Type | Class and Description |
---|---|
class |
DeploymentDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
DeploymentDescriptor |
DeploymentDescriptorImpl.clearClone() |
static DeploymentDescriptor |
DeploymentDescriptorIO.fromXml(InputStream inputStream)
Reads XML data from given input stream and produces valid instance of
DeploymentDescriptor |
DeploymentDescriptor |
DeploymentDescriptorManager.getDefaultDescriptor() |
Modifier and Type | Method and Description |
---|---|
static String |
DeploymentDescriptorIO.toXml(DeploymentDescriptor descriptor)
Serializes descriptor instance to XML
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.