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

com.univocity.api.entity.html.processor.AbstractRowProcessor Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2013 Univocity Software Pty Ltd. All rights reserved.
 * This file is subject to the terms and conditions defined in file
 * 'LICENSE.txt', which is part of this source code package.
 */
package com.univocity.api.entity.html.processor;

import com.univocity.api.entity.html.*;
import com.univocity.parsers.common.processor.core.*;

/**
 * A {@link RowProcessor} implementation that just implements all methods defined by the interface.
 *
 * @author Univocity Software Pty Ltd - [email protected]
 */
public class AbstractRowProcessor extends AbstractProcessor implements RowProcessor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy