| Package | Description |
|---|---|
| org.evrete | |
| org.evrete.api |
| Modifier and Type | Method and Description |
|---|---|
Rule |
AbstractRule.addImport(RuleScope scope,
String imp) |
Configuration |
Configuration.addImport(RuleScope scope,
String imp) |
SourceSecurity |
SourceSecurity.addPermission(RuleScope scope,
Permission permission)
Adds security permission to protection scope.
|
ProtectionDomain |
SourceSecurity.getProtectionDomain(RuleScope scope)
Creates if necessary and returns ProtectionDomain for s security scope
|
| Modifier and Type | Method and Description |
|---|---|
static RuleScope |
RuleScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleScope[] |
RuleScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Imports.add(RuleScope scope,
String imp) |
RuleBuilder<C> |
RuleBuilder.addImport(RuleScope scope,
Class<?> type) |
default T |
FluentImports.addImport(RuleScope scope,
Class<?> type) |
RuleBuilder<C> |
RuleBuilder.addImport(RuleScope scope,
String imp) |
RuntimeRule |
RuntimeRule.addImport(RuleScope scope,
String imp) |
T |
FluentImports.addImport(RuleScope scope,
String imp) |
Set<String> |
Imports.get(RuleScope... scopes) |
default Set<String> |
FluentImports.getJavaImports(RuleScope... scopes) |
Copyright © 2021. All rights reserved.