Interface Constants

All Known Implementing Classes:
DSLClassProvider, DSLJarProvider, DSLSourceProvider

public interface Constants
Constants interface defines the constant values for different providers.
  • Field Details

    • PROVIDER_JAVA_SOURCE

      static final String PROVIDER_JAVA_SOURCE
      Name of the Java Source DSL provider
      See Also:
    • PROVIDER_JAVA_CLASS

      static final String PROVIDER_JAVA_CLASS
      Name of the Java Cass DSL provider
      See Also:
    • PROVIDER_JAVA_JAR

      static final String PROVIDER_JAVA_JAR
      Name of the Java Jar DSL provider
      See Also:
    • PROP_EXTEND_RULE_CLASSES

      static final String 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 is true.
      See Also:
    • PROP_SOURCES_CHARSET

      static final String PROP_SOURCES_CHARSET
      A property that specifies the character encoding to be used for Java sources.
      See Also:
    • PROP_SOURCES_CHARSET_DEFAULT

      static final String PROP_SOURCES_CHARSET_DEFAULT
      The default character encoding for internal Java sources.
      See Also:
    • PROP_RULE_CLASSES

      static final String PROP_RULE_CLASSES
      A property that specifies the class names to import from a JAR archive.
      See Also:
    • PROP_RULESETS

      static final String PROP_RULESETS
      A property that specifies the names of the rulesets to import from a JAR archive.
      See Also: