Uses of Interface
org.kie.api.builder.KieFileSystem
Packages that use KieFileSystem
-
Uses of KieFileSystem in org.kie.api
Methods in org.kie.api that return KieFileSystemModifier and TypeMethodDescriptionKieServices.newKieFileSystem()Creates a new KieFileSystem used to programmatically define the resources composing a KieModuleMethods in org.kie.api with parameters of type KieFileSystemModifier and TypeMethodDescriptionKieServices.newKieBuilder(KieFileSystem kieFileSystem) Creates a new KieBuilder to build the KieModule contained in the given KieFileSystemKieServices.newKieBuilder(KieFileSystem kieFileSystem, ClassLoader classLoader) Creates a new KieBuilder to build the KieModule contained in the given KieFileSystem and using the given class loader -
Uses of KieFileSystem in org.kie.api.builder
Methods in org.kie.api.builder that return KieFileSystemModifier and TypeMethodDescriptionKieFileSystem.generateAndWritePomXML(ReleaseId releaseId) Generates a basic maven pom file with the given ReleaseId (groupId, artifactId and version) and adds it to this KieFileSystemAdds the given content to this KieFileSystem in the specified pathAdds the given content to this KieFileSystem in the specified pathAdds the given Resource to this KieFileSystem in the specified pathAdds the given Resource to this KieFileSystemKieFileSystem.writeKModuleXML(byte[] content) Adds the given kmodule.xml file to this KieFileSystemKieFileSystem.writeKModuleXML(String content) Adds the given kmodule.xml file to this KieFileSystemKieFileSystem.writePomXML(byte[] content) Adds the given pom.xml file to this KieFileSystemKieFileSystem.writePomXML(String content) Adds the given pom.xml file to this KieFileSystem