org.drools.impl
Class ResourceFactoryServiceImpl
java.lang.Object
org.drools.impl.ResourceFactoryServiceImpl
- All Implemented Interfaces:
- ResourceFactoryService, Service
public class ResourceFactoryServiceImpl
- extends Object
- implements ResourceFactoryService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFactoryServiceImpl
public ResourceFactoryServiceImpl()
getResourceChangeNotifierService
public ResourceChangeNotifier getResourceChangeNotifierService()
- Specified by:
getResourceChangeNotifierService in interface ResourceFactoryService
getResourceChangeScannerService
public ResourceChangeScanner getResourceChangeScannerService()
- Specified by:
getResourceChangeScannerService in interface ResourceFactoryService
newUrlResource
public Resource newUrlResource(URL url)
- Specified by:
newUrlResource in interface ResourceFactoryService
newUrlResource
public Resource newUrlResource(String path)
- Specified by:
newUrlResource in interface ResourceFactoryService
newFileSystemResource
public Resource newFileSystemResource(File file)
- Specified by:
newFileSystemResource in interface ResourceFactoryService
newFileSystemResource
public Resource newFileSystemResource(String fileName)
- Specified by:
newFileSystemResource in interface ResourceFactoryService
newByteArrayResource
public Resource newByteArrayResource(byte[] bytes)
- Specified by:
newByteArrayResource in interface ResourceFactoryService
newInputStreamResource
public Resource newInputStreamResource(InputStream stream)
- Specified by:
newInputStreamResource in interface ResourceFactoryService
newInputStreamResource
public Resource newInputStreamResource(InputStream stream,
String encoding)
- Specified by:
newInputStreamResource in interface ResourceFactoryService
newReaderResource
public Resource newReaderResource(Reader reader)
- Specified by:
newReaderResource in interface ResourceFactoryService
newReaderResource
public Resource newReaderResource(Reader reader,
String encoding)
- Specified by:
newReaderResource in interface ResourceFactoryService
newClassPathResource
public Resource newClassPathResource(String path)
- Specified by:
newClassPathResource in interface ResourceFactoryService
newClassPathResource
public Resource newClassPathResource(String path,
ClassLoader classLoader)
- Specified by:
newClassPathResource in interface ResourceFactoryService
newClassPathResource
public Resource newClassPathResource(String path,
Class<?> clazz)
- Specified by:
newClassPathResource in interface ResourceFactoryService
newClassPathResource
public Resource newClassPathResource(String path,
String encoding)
- Specified by:
newClassPathResource in interface ResourceFactoryService
newClassPathResource
public Resource newClassPathResource(String path,
String encoding,
ClassLoader classLoader)
- Specified by:
newClassPathResource in interface ResourceFactoryService
newClassPathResource
public Resource newClassPathResource(String path,
String encoding,
Class<?> clazz)
- Specified by:
newClassPathResource in interface ResourceFactoryService
newDescrResource
public Resource newDescrResource(KnowledgeDescr descr)
- Specified by:
newDescrResource in interface ResourceFactoryService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.