public class DumpDirOption extends Object implements SingleValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The property name for the drools dump directory configuration
|
Modifier and Type | Method and Description |
---|---|
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() |
int |
hashCode() |
String |
toString() |
public static final String PROPERTY_NAME
public static DumpDirOption get(File dir)
dir
- the directory to which drools will dump filespublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public File getDirectory()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.