All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exasol.adapter.document.documentfetcher.files.segmentation.SegmentDescription Maven / Gradle / Ivy

There is a newer version: 8.1.3
Show newest version
package com.exasol.adapter.document.documentfetcher.files.segmentation;

import java.io.Serializable;

/**
 * Interface for classes that describe a subset of the files to load.
 */
public interface SegmentDescription extends Serializable {

    /**
     * Accept a {@link SegmentDescriptionVisitor}.
     * 
     * @param visitor visitor to accept
     */
    public void accept(SegmentDescriptionVisitor visitor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy