Package org.kie.api.io
Interface KieResources
-
- All Superinterfaces:
Comparable<KieService>
,KieService
public interface KieResources extends KieService
KieResources is a factory that provides Resource implementations for the desired IO resource
-
-
Method Summary
-
Methods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority
-
-
-
-
Method Detail
-
newByteArrayResource
Resource newByteArrayResource(byte[] bytes)
-
newInputStreamResource
Resource newInputStreamResource(InputStream stream)
-
newInputStreamResource
Resource newInputStreamResource(InputStream stream, String encoding)
-
newClassPathResource
Resource newClassPathResource(String path, ClassLoader classLoader)
-
newClassPathResource
Resource newClassPathResource(String path, String encoding, ClassLoader classLoader)
-
-