net.fortuna.ical4j.validate.CalendarValidatorFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ical4j Show documentation
Show all versions of ical4j Show documentation
A Java library for reading and writing iCalendar (*.ics) files
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