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

au.net.causal.maven.plugins.boxdb.db.ScriptSelection Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package au.net.causal.maven.plugins.boxdb.db;

public enum ScriptSelection
{
    /**
     * Runs the first existing script in the script list.
     */
    FIRST,

    /**
     * Runs every script in the script list.
     */
    ALL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy