protected class TestBase.SimpleFeatureProvider extends Object implements FeatureProvider
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDocumentCount() |
File |
getImageCache()
Returns the folder to use for caching images, only available if
featureImageProcessing is enabled. |
ImageProcessor |
getImageProcessor(File sourceFile,
String targetFile)
Returns an
ImageProcessor for the given sourceFile.To enable this feature, set the Application's Property featureImageProcessing to
true. |
Consumer<DocumentEvent,DocumentProducer> |
getIndexer()
Returns a
Consumer which consumes DocumentEvents produced by a DocumentProducer.The
returned Consumer writes to the Lucene-poweredsearch-index of the Site.To enable this feature, set the Application's Property featureIndexing to true . |
public Consumer<DocumentEvent,DocumentProducer> getIndexer()
FeatureProviderConsumer which consumes DocumentEvents produced by a DocumentProducer.The
returned Consumer writes to the Lucene-poweredSite.Application's Property featureIndexing to true .getIndexer in interface FeatureProviderConsumer consuming DocumentEvents produced by a DocumentProducerpublic Integer getDocumentCount()
public ImageProcessor getImageProcessor(File sourceFile, String targetFile)
FeatureProviderImageProcessor for the given sourceFile.Application's Property featureImageProcessing to
true.getImageProcessor in interface FeatureProvidersourceFile - the source image (should have an absolute path)targetFile - the path to the target file to be created, relative to
Platform.Property.IMAGE_CACHE_FOLDER.ImageProcessor for the given source filepublic File getImageCache()
FeatureProviderfeatureImageProcessing is enabled.getImageCache in interface FeatureProviderFeatureProvider.getImageProcessor(File, String)Copyright © 2011–2023 aiticon GmbH. All rights reserved.