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