- All Known Implementing Classes:
DSLClassProvider,DSLJarProvider,DSLSourceProvider
public interface Constants
Constants interface defines the constant values for different providers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA boolean property that defines whether internal Java sources related to literal conditions should extend the corresponding Java class with annotated rules.static final StringA property that specifies the class names to import from a JAR archive.static final StringA property that specifies the names of the rulesets to import from a JAR archive.static final StringA property that specifies the character encoding to be used for Java sources.static final StringThe default character encoding for internal Java sources.static final StringName of the Java Cass DSL providerstatic final StringName of the Java Jar DSL providerstatic final StringName of the Java Source DSL provider
-
Field Details
-
PROVIDER_JAVA_SOURCE
Name of the Java Source DSL provider- See Also:
-
PROVIDER_JAVA_CLASS
Name of the Java Cass DSL provider- See Also:
-
PROVIDER_JAVA_JAR
Name of the Java Jar DSL provider- See Also:
-
PROP_EXTEND_RULE_CLASSES
A boolean property that defines whether internal Java sources related to literal conditions should extend the corresponding Java class with annotated rules. The default value istrue.- See Also:
-
PROP_SOURCES_CHARSET
A property that specifies the character encoding to be used for Java sources.- See Also:
-
PROP_SOURCES_CHARSET_DEFAULT
The default character encoding for internal Java sources.- See Also:
-
PROP_RULE_CLASSES
A property that specifies the class names to import from a JAR archive.- See Also:
-
PROP_RULESETS
A property that specifies the names of the rulesets to import from a JAR archive.- See Also:
-