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

com.casualsuperman.portent.OverwriteBehavior Maven / Gradle / Ivy

package com.casualsuperman.portent;

public enum OverwriteBehavior {
    /** Always overwrite existing files. */
    ALWAYS,
    /** Never overwrite existing files. */
    NEVER,
    /** Overwrite existing files only if they are not in a source root. */
    NON_SOURCE_FILES,
    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy