|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KieFileSystem | |
|---|---|
| org.droolsjbpm.services.impl | |
| org.kie | The KnowledgeBase and its factory. |
| org.kie.builder | |
| Uses of KieFileSystem in org.droolsjbpm.services.impl |
|---|
| Methods in org.droolsjbpm.services.impl that return KieFileSystem | |
|---|---|
protected KieFileSystem |
CDISessionManager.createKieFileSystemWithKProject(String name,
KieServices ks)
|
| Uses of KieFileSystem in org.kie |
|---|
| Methods in org.kie that return KieFileSystem | |
|---|---|
KieFileSystem |
KieServices.newKieFileSystem()
Creates a new KieFileSystem used to programmatically define the resources composing a KieModule |
| Methods in org.kie with parameters of type KieFileSystem | |
|---|---|
KieBuilder |
KieServices.newKieBuilder(KieFileSystem kieFileSystem)
Creates a new KieBuilder to build the KieModule contained in the given KieFileSystem |
| Uses of KieFileSystem in org.kie.builder |
|---|
| Methods in org.kie.builder that return KieFileSystem | |
|---|---|
KieFileSystem |
KieFileSystem.generateAndWritePomXML(ReleaseId releaseId)
Generates a basic maven pom file with the given ReleaseId (groupId, artifactId and version) and adds it to this KieFileSystem |
KieFileSystem |
KieFileSystem.write(Resource resource)
Adds the given Resource to this KieFileSystem |
KieFileSystem |
KieFileSystem.write(String path,
byte[] content)
Adds the given content to this KieFileSystem in the specified path |
KieFileSystem |
KieFileSystem.write(String path,
Resource resource)
Adds the given Resource to this KieFileSystem in the specified path |
KieFileSystem |
KieFileSystem.write(String path,
String content)
Adds the given content to this KieFileSystem in the specified path |
KieFileSystem |
KieFileSystem.writeKModuleXML(byte[] content)
Adds the given kmodule.xml file to this KieFileSystem |
KieFileSystem |
KieFileSystem.writeKModuleXML(String content)
Adds the given kmodule.xml file to this KieFileSystem |
KieFileSystem |
KieFileSystem.writePomXML(byte[] content)
Adds the given pom.xml file to this KieFileSystem |
KieFileSystem |
KieFileSystem.writePomXML(String content)
Adds the given pom.xml file to this KieFileSystem |
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||