@Immutable public class RepositoryConfiguration.TextExtraction extends Object
Constructor and Description |
---|
TextExtraction(Document textExtracting) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxPoolSize()
Get the maximum number of threads that can be spawned for sequencing at the same time
|
protected List<RepositoryConfiguration.Component> |
getTextExtractors(Problems problems)
Get the ordered list of text extractors.
|
String |
getThreadPoolName()
Get the name of the thread pool that should be used for sequencing work.
|
protected void |
validateTextExtractors(Problems problems) |
public TextExtraction(Document textExtracting)
public String getThreadPoolName()
public int getMaxPoolSize()
protected List<RepositoryConfiguration.Component> getTextExtractors(Problems problems)
problems
- the container with which should be recorded any problems during component initializationprotected void validateTextExtractors(Problems problems)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.