Package org.kie.internal.builder.conf
Class DumpDirOption
java.lang.Object
org.kie.internal.builder.conf.DumpDirOption
- All Implemented Interfaces:
Serializable,Option,SingleValueOption,KnowledgeBuilderOption,SingleValueKieBuilderOption
A class for the dump directory configuration. I.e., for the directory
where Drools will dump generated code for debugging purposes. If this
option is not set, drools will generate and compile all code in memory.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OptionKey<DumpDirOption>static final StringThe property name for the drools dump directory configurationFields inherited from interface org.kie.internal.builder.conf.KnowledgeBuilderOption
TYPE -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DumpDirOptionThis is a factory method for this DumpDirectoryOption configuration.Returns the directory to which drools should dump generated filesinthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.internal.builder.conf.KnowledgeBuilderOption
typeMethods inherited from interface org.kie.api.conf.Option
propertyName
-
Field Details
-
PROPERTY_NAME
The property name for the drools dump directory configuration- See Also:
-
KEY
-
-
Method Details
-
get
This is a factory method for this DumpDirectoryOption configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
dir- the directory to which drools will dump files- Returns:
- the actual type safe dump directory configuration.
-
getPropertyName
- Specified by:
getPropertyNamein interfaceOption
-
getDirectory
Returns the directory to which drools should dump generated files- Returns:
-
toString
-
hashCode
public int hashCode() -
equals
-