A B C G I K M N O P R S 
All Classes All Packages

A

aggregates(IConverter...) - Method in class com.documents4j.job.AggregatingConverter.Builder
Registers the given converters for delegation for the built converter.
aggregates(Collection<? extends IConverter>) - Method in class com.documents4j.job.AggregatingConverter.Builder
Registers the given converters for delegation for the built converter.
AggregatingConverter - Class in com.documents4j.job
A converter that aggregates several other converters and serves as a load balancer between these converters.
AggregatingConverter(CopyOnWriteArrayList<IConverter>, ISelectionStrategy, IConverterFailureCallback, boolean) - Constructor for class com.documents4j.job.AggregatingConverter
 
AggregatingConverter.Builder - Class in com.documents4j.job
A builder for creating an AggregatingConverter.

B

build() - Method in class com.documents4j.job.AggregatingConverter.Builder
Creates the specified converter.
build(ScheduledExecutorService, long, TimeUnit) - Method in class com.documents4j.job.AggregatingConverter.Builder
Creates the specified converter and additionally registers a job to regularly investigate any aggregated converter for its functionality.
builder() - Static method in class com.documents4j.job.AggregatingConverter
Creates a new builder instance.

C

callback(IConverterFailureCallback) - Method in class com.documents4j.job.AggregatingConverter.Builder
Registers a callback that is invoked when a converter is failing.
com.documents4j.api - package com.documents4j.api
 
com.documents4j.job - package com.documents4j.job
 
convert(IFileSource) - Method in class com.documents4j.job.AggregatingConverter
 
convert(IInputStreamSource) - Method in class com.documents4j.job.AggregatingConverter
 
convert(File) - Method in class com.documents4j.job.AggregatingConverter
 
convert(InputStream) - Method in class com.documents4j.job.AggregatingConverter
 
convert(InputStream, boolean) - Method in class com.documents4j.job.AggregatingConverter
 

G

getConverters() - Method in interface com.documents4j.api.IAggregatingConverter
Returns a set of the converters that are currently registered by this aggregating converter.
getConverters() - Method in class com.documents4j.job.AggregatingConverter
 
getSupportedConversions() - Method in class com.documents4j.job.AggregatingConverter
 

I

IAggregatingConverter - Interface in com.documents4j.api
A converter that aggregates several converters.
IConverterFailureCallback - Interface in com.documents4j.api
A callback that is invoked when a converter failed to convert a document.
ISelectionStrategy - Interface in com.documents4j.api
A strategy to select a converter from several available converters.
isOperational() - Method in class com.documents4j.job.AggregatingConverter
 

K

kill() - Method in class com.documents4j.job.AggregatingConverter
 

M

make(IConverter...) - Static method in class com.documents4j.job.AggregatingConverter
Creates a new aggregation converter of the given converters.
make(Collection<? extends IConverter>) - Static method in class com.documents4j.job.AggregatingConverter
Creates a new aggregation converter of the given converters.

N

nextConverter(DocumentType, DocumentType) - Method in class com.documents4j.job.AggregatingConverter
 

O

onFailure(IConverter) - Method in interface com.documents4j.api.IConverterFailureCallback
Invoked once for any converter that failed.
onFailure(IConverter) - Method in class com.documents4j.job.AggregatingConverter
 

P

propagateShutDown(boolean) - Method in class com.documents4j.job.AggregatingConverter.Builder
 

R

register(IConverter) - Method in interface com.documents4j.api.IAggregatingConverter
Registers an additional converter.
register(IConverter) - Method in class com.documents4j.job.AggregatingConverter
 
remove(IConverter) - Method in interface com.documents4j.api.IAggregatingConverter
Removes a converter.
remove(IConverter) - Method in class com.documents4j.job.AggregatingConverter
 
run() - Method in class com.documents4j.job.AggregatingConverter
 

S

select(List<IConverter>) - Method in interface com.documents4j.api.ISelectionStrategy
Selects the next converter.
selectionStrategy(ISelectionStrategy) - Method in class com.documents4j.job.AggregatingConverter.Builder
Registers a strategy for selecting one of several converters that this instance aggregates.
shutDown() - Method in class com.documents4j.job.AggregatingConverter
 
A B C G I K M N O P R S 
All Classes All Packages