org.drools.eclipse.debug.core
Interface IDroolsDebugConstants


public interface IDroolsDebugConstants


Field Summary
static String DRL_LINE_NUMBER
           
static String DRL_RULES
          com.package.HelloWorld:14;com.package.GoodBye:7 style of packed rule info. int is the linenumber at the drl.
static String DROOLS_MARKER_TYPE
           
static String ID_DROOLS_DEBUG_MODEL
           
static String JUNIT_LAUNCH_CONFIGURATION_TYPE
           
static String LAUNCH_CONFIGURATION_TYPE
           
 

Field Detail

ID_DROOLS_DEBUG_MODEL

static final String ID_DROOLS_DEBUG_MODEL
See Also:
Constant Field Values

DROOLS_MARKER_TYPE

static final String DROOLS_MARKER_TYPE
See Also:
Constant Field Values

DRL_LINE_NUMBER

static final String DRL_LINE_NUMBER
See Also:
Constant Field Values

LAUNCH_CONFIGURATION_TYPE

static final String LAUNCH_CONFIGURATION_TYPE
See Also:
Constant Field Values

JUNIT_LAUNCH_CONFIGURATION_TYPE

static final String JUNIT_LAUNCH_CONFIGURATION_TYPE
See Also:
Constant Field Values

DRL_RULES

static final String DRL_RULES
com.package.HelloWorld:14;com.package.GoodBye:7 style of packed rule info. int is the linenumber at the drl.

See Also:
Constant Field Values


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.