Class DirContentSource

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class DirContentSource
    extends ContentSource
    A ContentSource using the Dir collection for its input. Supports the following configuration parameters (on top of ContentSource):
    • work.dir - specifies the working directory. Required if "docs.dir" denotes a relative path (default=work).
    • docs.dir - specifies the directory the Dir collection. Can be set to a relative path if "work.dir" is also specified (default=dir-out).