org.n3r.quartz.glass.configuration.Store Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quartz-glass Show documentation
Show all versions of quartz-glass Show documentation
A web user interface for quartz
package org.n3r.quartz.glass.configuration;
public enum Store {
MEMORY, ORACLE, MYSQL
}