Class BaseResolvedFileListProcessor<R,​E extends Throwable>

  • Type Parameters:
    R - Type of the combined result of all resource items.
    E - Type of the error that may be thrown when in case of an error.
    All Implemented Interfaces:
    IResolvedFileListProcessor<R,​E>

    public abstract class BaseResolvedFileListProcessor<R,​E extends Throwable>
    extends Object
    implements IResolvedFileListProcessor<R,​E>
    A base implementation of IResolvedFileListProcessor that ignores all errors. You only need to override the methods for the errors you wish to handle.
    Since:
    7.1.0
    Author:
    XIMA MEDIA GmbH