public class DefaultPackageNameOption extends Object implements SingleValueKnowledgeBuilderOption
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
The property name for the default package name
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static DefaultPackageNameOption |
get(String packageName)
This is a factory method for this DefaultPackageName configuration.
|
String |
getPackageName()
Returns the name of the package configured as default
|
String |
getPropertyName() |
int |
hashCode() |
String |
toString() |
public static final String PROPERTY_NAME
public static DefaultPackageNameOption get(String packageName)
packageName
- the name of the package to be configured as defaultpublic String getPropertyName()
getPropertyName
in interface org.kie.api.conf.Option
public String getPackageName()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.