Package org.drools.io
Class ResourceFactoryServiceImpl
java.lang.Object
org.drools.io.ResourceFactoryServiceImpl
- All Implemented Interfaces:
Comparable<KieService>,KieService,KieResources
-
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewByteArrayResource(byte[] bytes) newByteArrayResource(byte[] bytes, String encoding) newClassPathResource(String path) newClassPathResource(String path, Class<?> clazz) newClassPathResource(String path, ClassLoader classLoader) newClassPathResource(String path, String encoding) newClassPathResource(String path, String encoding, Class<?> clazz) newClassPathResource(String path, String encoding, ClassLoader classLoader) newDescrResource(KieDescr descr) newFileSystemResource(File file) newFileSystemResource(File file, String encoding) newFileSystemResource(String fileName) newFileSystemResource(String fileName, String encoding) newInputStreamResource(InputStream stream) newInputStreamResource(InputStream stream, String encoding) newReaderResource(Reader reader) newReaderResource(Reader reader, String encoding) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Constructor Details
-
ResourceFactoryServiceImpl
public ResourceFactoryServiceImpl()
-
-
Method Details
-
newByteArrayResource
- Specified by:
newByteArrayResourcein interfaceKieResources
-
newByteArrayResource
- Specified by:
newByteArrayResourcein interfaceKieResources
-
newClassPathResource
- Specified by:
newClassPathResourcein interfaceKieResources
-
newClassPathResource
- Specified by:
newClassPathResourcein interfaceKieResources
-
newClassPathResource
- Specified by:
newClassPathResourcein interfaceKieResources
-
newClassPathResource
- Specified by:
newClassPathResourcein interfaceKieResources
-
newClassPathResource
- Specified by:
newClassPathResourcein interfaceKieResources
-
newClassPathResource
- Specified by:
newClassPathResourcein interfaceKieResources
-
newFileSystemResource
- Specified by:
newFileSystemResourcein interfaceKieResources
-
newFileSystemResource
- Specified by:
newFileSystemResourcein interfaceKieResources
-
newFileSystemResource
- Specified by:
newFileSystemResourcein interfaceKieResources
-
newFileSystemResource
- Specified by:
newFileSystemResourcein interfaceKieResources
-
newInputStreamResource
- Specified by:
newInputStreamResourcein interfaceKieResources
-
newInputStreamResource
- Specified by:
newInputStreamResourcein interfaceKieResources
-
newReaderResource
- Specified by:
newReaderResourcein interfaceKieResources
-
newReaderResource
- Specified by:
newReaderResourcein interfaceKieResources
-
newDescrResource
- Specified by:
newDescrResourcein interfaceKieResources
-