public class ResourceFactoryServiceImpl extends Object implements ResourceFactoryService
| Constructor and Description |
|---|
ResourceFactoryServiceImpl() |
public ResourceChangeNotifier getResourceChangeNotifierService()
getResourceChangeNotifierService in interface ResourceFactoryServicepublic ResourceChangeScanner getResourceChangeScannerService()
getResourceChangeScannerService in interface ResourceFactoryServicepublic Resource newUrlResource(URL url)
newUrlResource in interface ResourceFactoryServicepublic Resource newUrlResource(String path)
newUrlResource in interface ResourceFactoryServicepublic Resource newFileSystemResource(File file)
newFileSystemResource in interface ResourceFactoryServicepublic Resource newFileSystemResource(String fileName)
newFileSystemResource in interface ResourceFactoryServicepublic Resource newByteArrayResource(byte[] bytes)
newByteArrayResource in interface ResourceFactoryServicepublic Resource newInputStreamResource(InputStream stream)
newInputStreamResource in interface ResourceFactoryServicepublic Resource newInputStreamResource(InputStream stream, String encoding)
newInputStreamResource in interface ResourceFactoryServicepublic Resource newReaderResource(Reader reader)
newReaderResource in interface ResourceFactoryServicepublic Resource newReaderResource(Reader reader, String encoding)
newReaderResource in interface ResourceFactoryServicepublic Resource newClassPathResource(String path)
newClassPathResource in interface ResourceFactoryServicepublic Resource newClassPathResource(String path, ClassLoader classLoader)
newClassPathResource in interface ResourceFactoryServicepublic Resource newClassPathResource(String path, Class<?> clazz)
newClassPathResource in interface ResourceFactoryServicepublic Resource newClassPathResource(String path, String encoding)
newClassPathResource in interface ResourceFactoryServicepublic Resource newClassPathResource(String path, String encoding, ClassLoader classLoader)
newClassPathResource in interface ResourceFactoryServicepublic Resource newClassPathResource(String path, String encoding, Class<?> clazz)
newClassPathResource in interface ResourceFactoryServicepublic Resource newDescrResource(KnowledgeDescr descr)
newDescrResource in interface ResourceFactoryServiceCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.