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

com.github.lontime.extquartz.provider.DefaultProvider Maven / Gradle / Ivy

package com.github.lontime.extquartz.provider;

/**
 * DefaultProvider.
 * @author lontime
 * @since 1.0
 */
public class DefaultProvider extends AbstractProvider {

    public static DefaultProvider create() {
        return new DefaultProvider();
    }

    @Override
    public String getName() {
        return "quartz[default]";
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy