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

express.middleware.DotFiles Maven / Gradle / Ivy

The newest version!
package express.middleware;

/**
 * @author Simon Reinisch
 */
public enum DotFiles {
    IGNORE,
    DENY,
    ALLOW
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy