Package | Description |
---|---|
org.kie.api.internal.assembler | |
org.kie.api.io |
io library for working with Resources
See ResourceFactory for more details
|
Modifier and Type | Method and Description |
---|---|
default void |
KieAssemblerService.addResource(Object kbuilder,
Resource resource,
ResourceType type,
ResourceConfiguration configuration)
Deprecated.
As of version 7.51.0 replaced by
KieAssemblerService.addResourceAfterRules(Object, Resource, ResourceType, ResourceConfiguration) |
default void |
KieAssemblers.addResource(Object knowledgeBuilder,
Resource resource,
ResourceType type,
ResourceConfiguration configuration)
Deprecated.
As of version 7.51.0 replaced by
KieAssemblers.addResourceAfterRules(Object, Resource, ResourceType, ResourceConfiguration) |
default void |
KieAssemblerService.addResourceAfterRules(Object kbuilder,
Resource resource,
ResourceType type,
ResourceConfiguration configuration) |
void |
KieAssemblers.addResourceAfterRules(Object knowledgeBuilder,
Resource resource,
ResourceType type,
ResourceConfiguration configuration) |
default void |
KieAssemblerService.addResourceBeforeRules(Object kbuilder,
Resource resource,
ResourceType type,
ResourceConfiguration configuration) |
void |
KieAssemblers.addResourceBeforeRules(Object knowledgeBuilder,
Resource resource,
ResourceType type,
ResourceConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration |
ResourceConfiguration.fromProperties(Properties prop) |
ResourceConfiguration |
Resource.getConfiguration() |
ResourceConfiguration |
ResourceWithConfiguration.getResourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.setConfiguration(ResourceConfiguration conf)
Sets the resource configuration in case it is necessary.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.