Class KieModuleModelImpl
java.lang.Object
org.drools.compiler.kproject.models.KieModuleModelImpl
- All Implemented Interfaces:
KieModuleModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.drools.util.PortablePathstatic final org.drools.util.PortablePathstatic final org.drools.util.PortablePathstatic final org.drools.util.PortablePath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KieModuleModelstatic KieModuleModelfromXML(InputStream kModuleStream) static KieModuleModelstatic KieModuleModelnewKieBaseModel(String name) voidremoveKieBaseModel(String qName) setConfigurationProperty(String key, String value) voidsetConfProps(Map<String, String> confProps) toString()toXML()
-
Field Details
-
KMODULE_FILE_NAME
- See Also:
-
KMODULE_INFO_JAR_PATH
public static final org.drools.util.PortablePath KMODULE_INFO_JAR_PATH -
KMODULE_JAR_PATH
public static final org.drools.util.PortablePath KMODULE_JAR_PATH -
KMODULE_SPRING_JAR_PATH
public static final org.drools.util.PortablePath KMODULE_SPRING_JAR_PATH -
KMODULE_SRC_PATH
public static final org.drools.util.PortablePath KMODULE_SRC_PATH
-
-
Constructor Details
-
KieModuleModelImpl
public KieModuleModelImpl()
-
-
Method Details
-
setConfigurationProperty
- Specified by:
setConfigurationPropertyin interfaceKieModuleModel
-
getConfigurationProperty
- Specified by:
getConfigurationPropertyin interfaceKieModuleModel
-
getConfigurationProperties
- Specified by:
getConfigurationPropertiesin interfaceKieModuleModel
-
newKieBaseModel
- Specified by:
newKieBaseModelin interfaceKieModuleModel
-
newKieBaseModel
- Specified by:
newKieBaseModelin interfaceKieModuleModel
-
removeKieBaseModel
- Specified by:
removeKieBaseModelin interfaceKieModuleModel
-
getKieBaseModels
- Specified by:
getKieBaseModelsin interfaceKieModuleModel
-
getRawKieBaseModels
-
getConfProps
-
setConfProps
-
toString
-
toXML
- Specified by:
toXMLin interfaceKieModuleModel
-
fromXML
-
fromXML
-
fromXML
-
fromXML
-