com.github.estuaryoss.agent.constants.DefaultConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agent Show documentation
Show all versions of agent Show documentation
RestAPI service which runs shell commands via REST API
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";
}