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

net.fortuna.ical4j.validate.CalendarValidatorFactory Maven / Gradle / Ivy

There is a newer version: 4.0.8
Show newest version
package net.fortuna.ical4j.validate;

import net.fortuna.ical4j.model.Calendar;

/**
 * Created by fortuna on 13/09/15.
 */
public interface CalendarValidatorFactory {

    /**
     * Provides a validator implementation specific to the factory.
     * @return a new validator instance
     */
    Validator newInstance();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy