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

com.github.estuaryoss.agent.constants.DefaultConstants Maven / Gradle / Ivy

The newest version!
package com.github.estuaryoss.agent.constants;

public class DefaultConstants {
    public static final int COMMAND_TIMEOUT_DEFAULT = 1800;
    public static final int PROCESS_EXCEPTION_GENERAL = 1;
    public static final int PROCESS_EXCEPTION_TIMEOUT = -1;
    public static String UPLOADS_FOLDER = "uploads";
    public static String DOWNLOADS_FOLDER = "downloads";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy