org.drools.builder.conf
Class DumpDirOption

java.lang.Object
  extended by org.drools.builder.conf.DumpDirOption
All Implemented Interfaces:
Serializable, KnowledgeBuilderOption, SingleValueKnowledgeBuilderOption, Option

public class DumpDirOption
extends Object
implements SingleValueKnowledgeBuilderOption

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:
Serialized Form

Field Summary
static String PROPERTY_NAME
          The property name for the drools dump directory configuration
 
Method Summary
 boolean equals(Object obj)
           
static DumpDirOption get(File dir)
          This is a factory method for this DumpDirectoryOption configuration.
 File getDirectory()
          Returns the directory to which drools should dump generated files
 String getPropertyName()
          Returns the property name for this option
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
The property name for the drools dump directory configuration

See Also:
Constant Field Values
Method Detail

get

public static DumpDirOption get(File dir)
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

public String getPropertyName()
Returns the property name for this option

Specified by:
getPropertyName in interface Option
Returns:

getDirectory

public File getDirectory()
Returns the directory to which drools should dump generated files

Returns:

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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