Class Globals
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.Globals
-
public final class Globals extends Object
This class contains globals constants for the application.- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static StringABOUT_TXTAbout string, plain text version.static StringAPP_BUILD_COMMITThe built commit of the application.static StringAPP_BUILD_DATEThe build date of the application.static StringAPP_BUILD_HOSTThe built host of the application.static StringAPP_BUILD_NUMBERThe built number of the application.static StringAPP_BUILD_YEARThe build year of the application.static StringAPP_NAMEThe name of the application.static StringAPP_NAME_LOWER_CASEThe name of the application.static fr.ens.biologie.genomique.kenetre.util.VersionAPP_VERSIONThe version of the application.static StringAPP_VERSION_STRINGThe version of the application.static Set<String>AVAILABLE_BINARY_ARCHPlatforms where the application is available.static Map<String,String>AVAILABLE_BINARY_ARCH_ALIASPlatforms alias.static booleanBYPASS_PLATFORM_CHECKINGBypass platform checking.static StringCONTACT_EMAILProject email.static booleanDEBUGSet the debug mode.static CharsetDEFAULT_CHARSETDefault charset.static StringDEFAULT_FILE_ENCODINGDefault file encoding.static LocaleDEFAULT_LOCALEDefault locale of the application.static doubleDESIGN_FILE_VERSIONDesign file version.static StringDISCUSSION_GROUPProject discussion group.static StringEOULSAN_TOOLS_WEBSITE_URLEoulsan tools website URL.static intFASTA_FILE_WIDTHFASTA file width.static intINTERNET_CHECK_PORTPort of the server to check internet connectionstatic StringINTERNET_CHECK_SERVERServer name to check internet connection.static StringLAUNCH_MODE_PROPERTYLaunch mode property.static StringLAUNCH_SCRIPT_PATHLaunch script path.static StringLIBS_TO_HADOOP_REPACK_PROPERTYThe name of the system property that contains the list of libraries to repack for hadoop mode.static StringLICENSE_TXTLicence text.static StringLOG_EXTENSIONLog extension.static StringLOG_FILENAMEEoulsan log filename.static FormatterLOG_FORMATTERFormat of the log.static LevelLOG_LEVELThe log level of the application.static intMINIMAL_JAVA_VERSION_REQUIREDMinimal java version required by Eoulsan.static booleanOBFUSCATE_DESIGN_DEFAULTObfuscate design default.static booleanOBFUSCATE_DESIGN_REMOVE_REPLICATE_INFO_DEFAULTRemove design replicate info when obfuscate design default.static StringOTHER_LOG_FILENAMEOther log filename.static StringOUTPUT_TREE_TYPE_DEFAULTOutput tree type.static StringPARAMETER_PREFIXThe prefix of the parameters of the application.static booleanPRINT_STACK_TRACE_DEFAULTPrint stack trace default.static booleanSAVE_WORKFLOW_IMAGE_DEFAULTSave workflow image.static booleanSTANDARD_EXTERNAL_MODULES_ENABLED_DEFAULTEnable standard external modules.static booleanSTD_OUTPUT_DEFAULTDefault standard output state.static StringSTEP_LOG_EXTENSIONStep log extension.static StringSTEP_OUTPUT_DIRECTORY_SUFFIXStep output directory suffix.static StringSTEP_RESULT_EXTENSIONStep result extension.static StringSTEP_RESULT_OLD_FORMAT_EXTENSIONOld step result format extension.static StringTASK_CONTEXT_EXTENSIONTask context extension.static StringTASK_DATA_EXTENSIONTask output data extension.static StringTASK_DONE_EXTENSIONTask done extension.static StringTASK_JOB_IDTask jobb id extension.static StringTASK_LOG_EXTENSIONTask done extension.static StringTASK_RESULT_EXTENSIONTask result extension.static StringTASK_STDERR_EXTENSIONTask stderr extension.static StringTASK_STDOUT_EXTENSIONTask stdout extension.static StringTEMP_PREFIXThe prefix for temporary files.static StringUI_NAME_DEFAULTDefault UI name.static booleanUSE_OLD_EOULSAN_RESULT_FORMAT_DEFAULTWrite results using old Eoulsan format.static StringWEBSITE_URLApplication Website url.static StringWELCOME_MSGThe welcome message.static intZOOKEEPER_DEFAULT_PORT_DEFAULTZooKeeper default port.static intZOOKEEPER_SESSION_TIMEOUT_DEFAULTZooKeeper default session timeout.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetDefaultLocale()Set the default Local of the application
-
-
-
Field Detail
-
APP_NAME
public static final String APP_NAME
The name of the application.- See Also:
- Constant Field Values
-
APP_NAME_LOWER_CASE
public static final String APP_NAME_LOWER_CASE
The name of the application.
-
PARAMETER_PREFIX
public static final String PARAMETER_PREFIX
The prefix of the parameters of the application.
-
APP_VERSION_STRING
public static final String APP_VERSION_STRING
The version of the application.
-
APP_VERSION
public static final fr.ens.biologie.genomique.kenetre.util.Version APP_VERSION
The version of the application.
-
APP_BUILD_NUMBER
public static final String APP_BUILD_NUMBER
The built number of the application.
-
APP_BUILD_COMMIT
public static final String APP_BUILD_COMMIT
The built commit of the application.
-
APP_BUILD_HOST
public static final String APP_BUILD_HOST
The built host of the application.
-
APP_BUILD_DATE
public static final String APP_BUILD_DATE
The build date of the application.
-
APP_BUILD_YEAR
public static final String APP_BUILD_YEAR
The build year of the application.
-
WELCOME_MSG
public static final String WELCOME_MSG
The welcome message.
-
TEMP_PREFIX
public static final String TEMP_PREFIX
The prefix for temporary files.
-
LOG_LEVEL
public static final Level LOG_LEVEL
The log level of the application.
-
DEBUG
public static final boolean DEBUG
Set the debug mode.
-
BYPASS_PLATFORM_CHECKING
public static final boolean BYPASS_PLATFORM_CHECKING
Bypass platform checking.- See Also:
- Constant Field Values
-
MINIMAL_JAVA_VERSION_REQUIRED
public static final int MINIMAL_JAVA_VERSION_REQUIRED
Minimal java version required by Eoulsan.- See Also:
- Constant Field Values
-
AVAILABLE_BINARY_ARCH
public static final Set<String> AVAILABLE_BINARY_ARCH
Platforms where the application is available.
-
AVAILABLE_BINARY_ARCH_ALIAS
public static final Map<String,String> AVAILABLE_BINARY_ARCH_ALIAS
Platforms alias.
-
DEFAULT_LOCALE
public static final Locale DEFAULT_LOCALE
Default locale of the application.
-
LOG_FORMATTER
public static final Formatter LOG_FORMATTER
Format of the log.
-
WEBSITE_URL
public static final String WEBSITE_URL
Application Website url.
-
CONTACT_EMAIL
public static final String CONTACT_EMAIL
Project email.
-
DISCUSSION_GROUP
public static final String DISCUSSION_GROUP
Project discussion group.
-
LICENSE_TXT
public static final String LICENSE_TXT
Licence text.- See Also:
- Constant Field Values
-
ABOUT_TXT
public static final String ABOUT_TXT
About string, plain text version.
-
STD_OUTPUT_DEFAULT
public static final boolean STD_OUTPUT_DEFAULT
Default standard output state.- See Also:
- Constant Field Values
-
DESIGN_FILE_VERSION
public static final double DESIGN_FILE_VERSION
Design file version.- See Also:
- Constant Field Values
-
LIBS_TO_HADOOP_REPACK_PROPERTY
public static final String LIBS_TO_HADOOP_REPACK_PROPERTY
The name of the system property that contains the list of libraries to repack for hadoop mode.
-
LAUNCH_MODE_PROPERTY
public static final String LAUNCH_MODE_PROPERTY
Launch mode property.
-
LAUNCH_SCRIPT_PATH
public static final String LAUNCH_SCRIPT_PATH
Launch script path.
-
PRINT_STACK_TRACE_DEFAULT
public static final boolean PRINT_STACK_TRACE_DEFAULT
Print stack trace default.
-
UI_NAME_DEFAULT
public static final String UI_NAME_DEFAULT
Default UI name.- See Also:
- Constant Field Values
-
FASTA_FILE_WIDTH
public static final int FASTA_FILE_WIDTH
FASTA file width.- See Also:
- Constant Field Values
-
OBFUSCATE_DESIGN_DEFAULT
public static final boolean OBFUSCATE_DESIGN_DEFAULT
Obfuscate design default.- See Also:
- Constant Field Values
-
OBFUSCATE_DESIGN_REMOVE_REPLICATE_INFO_DEFAULT
public static final boolean OBFUSCATE_DESIGN_REMOVE_REPLICATE_INFO_DEFAULT
Remove design replicate info when obfuscate design default.- See Also:
- Constant Field Values
-
ZOOKEEPER_DEFAULT_PORT_DEFAULT
public static final int ZOOKEEPER_DEFAULT_PORT_DEFAULT
ZooKeeper default port.- See Also:
- Constant Field Values
-
ZOOKEEPER_SESSION_TIMEOUT_DEFAULT
public static final int ZOOKEEPER_SESSION_TIMEOUT_DEFAULT
ZooKeeper default session timeout.- See Also:
- Constant Field Values
-
USE_OLD_EOULSAN_RESULT_FORMAT_DEFAULT
public static final boolean USE_OLD_EOULSAN_RESULT_FORMAT_DEFAULT
Write results using old Eoulsan format.- See Also:
- Constant Field Values
-
LOG_FILENAME
public static final String LOG_FILENAME
Eoulsan log filename.
-
OTHER_LOG_FILENAME
public static final String OTHER_LOG_FILENAME
Other log filename.- See Also:
- Constant Field Values
-
OUTPUT_TREE_TYPE_DEFAULT
public static final String OUTPUT_TREE_TYPE_DEFAULT
Output tree type.- See Also:
- Constant Field Values
-
SAVE_WORKFLOW_IMAGE_DEFAULT
public static final boolean SAVE_WORKFLOW_IMAGE_DEFAULT
Save workflow image.- See Also:
- Constant Field Values
-
STANDARD_EXTERNAL_MODULES_ENABLED_DEFAULT
public static final boolean STANDARD_EXTERNAL_MODULES_ENABLED_DEFAULT
Enable standard external modules.- See Also:
- Constant Field Values
-
INTERNET_CHECK_SERVER
public static final String INTERNET_CHECK_SERVER
Server name to check internet connection.- See Also:
- Constant Field Values
-
INTERNET_CHECK_PORT
public static final int INTERNET_CHECK_PORT
Port of the server to check internet connection- See Also:
- Constant Field Values
-
EOULSAN_TOOLS_WEBSITE_URL
public static final String EOULSAN_TOOLS_WEBSITE_URL
Eoulsan tools website URL.- See Also:
- Constant Field Values
-
DEFAULT_FILE_ENCODING
public static final String DEFAULT_FILE_ENCODING
Default file encoding.- See Also:
- Constant Field Values
-
DEFAULT_CHARSET
public static final Charset DEFAULT_CHARSET
Default charset.
-
LOG_EXTENSION
public static final String LOG_EXTENSION
Log extension.- See Also:
- Constant Field Values
-
STEP_LOG_EXTENSION
public static final String STEP_LOG_EXTENSION
Step log extension.- See Also:
- Constant Field Values
-
STEP_RESULT_EXTENSION
public static final String STEP_RESULT_EXTENSION
Step result extension.- See Also:
- Constant Field Values
-
STEP_RESULT_OLD_FORMAT_EXTENSION
public static final String STEP_RESULT_OLD_FORMAT_EXTENSION
Old step result format extension.- See Also:
- Constant Field Values
-
TASK_CONTEXT_EXTENSION
public static final String TASK_CONTEXT_EXTENSION
Task context extension.- See Also:
- Constant Field Values
-
TASK_RESULT_EXTENSION
public static final String TASK_RESULT_EXTENSION
Task result extension.- See Also:
- Constant Field Values
-
TASK_LOG_EXTENSION
public static final String TASK_LOG_EXTENSION
Task done extension.- See Also:
- Constant Field Values
-
TASK_DATA_EXTENSION
public static final String TASK_DATA_EXTENSION
Task output data extension.- See Also:
- Constant Field Values
-
TASK_DONE_EXTENSION
public static final String TASK_DONE_EXTENSION
Task done extension.- See Also:
- Constant Field Values
-
TASK_STDOUT_EXTENSION
public static final String TASK_STDOUT_EXTENSION
Task stdout extension.- See Also:
- Constant Field Values
-
TASK_STDERR_EXTENSION
public static final String TASK_STDERR_EXTENSION
Task stderr extension.- See Also:
- Constant Field Values
-
TASK_JOB_ID
public static final String TASK_JOB_ID
Task jobb id extension.- See Also:
- Constant Field Values
-
STEP_OUTPUT_DIRECTORY_SUFFIX
public static final String STEP_OUTPUT_DIRECTORY_SUFFIX
Step output directory suffix.- See Also:
- Constant Field Values
-
-