Class Globals
java.lang.Object
fr.ens.biologie.genomique.eoulsan.Globals
This class contains globals constants for the application.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAbout string, plain text version.static final StringThe built commit of the application.static final StringThe build date of the application.static final StringThe built host of the application.static final StringThe built number of the application.static final StringThe build year of the application.static final StringThe name of the application.static final StringThe name of the application.static final fr.ens.biologie.genomique.kenetre.util.VersionThe version of the application.static final StringThe version of the application.Platforms where the application is available.Platforms alias.static final booleanBypass platform checking.static final StringProject email.static final booleanSet the debug mode.static final CharsetDefault charset.static final StringDefault file encoding.static final LocaleDefault locale of the application.static final doubleDesign file version.static final StringProject discussion group.static final StringEoulsan tools website URL.static final intFASTA file width.static final intPort of the server to check internet connectionstatic final StringServer name to check internet connection.static final StringLaunch mode property.static final StringLaunch script path.static final StringThe name of the system property that contains the list of libraries to repack for hadoop mode.static final StringLicence text.static final StringLog extension.static final StringEoulsan log filename.static final FormatterFormat of the log.static final LevelThe log level of the application.static final intMinimal java version required by Eoulsan.static final booleanObfuscate design default.static final booleanRemove design replicate info when obfuscate design default.static final StringOther log filename.static final StringOutput tree type.static final StringThe prefix of the parameters of the application.static final booleanPrint stack trace default.static final booleanSave workflow image.static final booleanEnable standard external modules.static final booleanDefault standard output state.static final StringStep log extension.static final StringStep output directory suffix.static final StringStep result extension.static final StringOld step result format extension.static final StringTask context extension.static final StringTask output data extension.static final StringTask done extension.static final StringTask jobb id extension.static final StringTask done extension.static final StringTask result extension.static final StringTask stderr extension.static final StringTask stdout extension.static final StringThe prefix for temporary files.static final StringDefault UI name.static final booleanWrite results using old Eoulsan format.static final StringApplication Website url.static final StringThe welcome message.static final intZooKeeper default port.static final intZooKeeper default session timeout. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidSet the default Local of the application
-
Field Details
-
DEFAULT_LOCALE
Default locale of the application. -
APP_NAME
The name of the application.- See Also:
-
APP_NAME_LOWER_CASE
The name of the application. -
PARAMETER_PREFIX
The prefix of the parameters of the application. -
APP_VERSION_STRING
The version of the application. -
APP_VERSION
public static final fr.ens.biologie.genomique.kenetre.util.Version APP_VERSIONThe version of the application. -
APP_BUILD_NUMBER
The built number of the application. -
APP_BUILD_COMMIT
The built commit of the application. -
APP_BUILD_HOST
The built host of the application. -
APP_BUILD_DATE
The build date of the application. -
APP_BUILD_YEAR
The build year of the application. -
WELCOME_MSG
The welcome message. -
TEMP_PREFIX
The prefix for temporary files. -
LOG_LEVEL
The log level of the application. -
DEBUG
public static final boolean DEBUGSet the debug mode. -
BYPASS_PLATFORM_CHECKING
public static final boolean BYPASS_PLATFORM_CHECKINGBypass platform checking.- See Also:
-
MINIMAL_JAVA_VERSION_REQUIRED
public static final int MINIMAL_JAVA_VERSION_REQUIREDMinimal java version required by Eoulsan.- See Also:
-
AVAILABLE_BINARY_ARCH
Platforms where the application is available. -
AVAILABLE_BINARY_ARCH_ALIAS
Platforms alias. -
LOG_FORMATTER
Format of the log. -
WEBSITE_URL
Application Website url. -
CONTACT_EMAIL
Project email. -
DISCUSSION_GROUP
Project discussion group. -
LICENSE_TXT
Licence text.- See Also:
-
ABOUT_TXT
About string, plain text version. -
STD_OUTPUT_DEFAULT
public static final boolean STD_OUTPUT_DEFAULTDefault standard output state.- See Also:
-
DESIGN_FILE_VERSION
public static final double DESIGN_FILE_VERSIONDesign file version.- See Also:
-
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
Launch mode property. -
LAUNCH_SCRIPT_PATH
Launch script path. -
PRINT_STACK_TRACE_DEFAULT
public static final boolean PRINT_STACK_TRACE_DEFAULTPrint stack trace default. -
UI_NAME_DEFAULT
Default UI name.- See Also:
-
FASTA_FILE_WIDTH
public static final int FASTA_FILE_WIDTHFASTA file width.- See Also:
-
OBFUSCATE_DESIGN_DEFAULT
public static final boolean OBFUSCATE_DESIGN_DEFAULTObfuscate design default.- See Also:
-
OBFUSCATE_DESIGN_REMOVE_REPLICATE_INFO_DEFAULT
public static final boolean OBFUSCATE_DESIGN_REMOVE_REPLICATE_INFO_DEFAULTRemove design replicate info when obfuscate design default.- See Also:
-
ZOOKEEPER_DEFAULT_PORT_DEFAULT
public static final int ZOOKEEPER_DEFAULT_PORT_DEFAULTZooKeeper default port.- See Also:
-
ZOOKEEPER_SESSION_TIMEOUT_DEFAULT
public static final int ZOOKEEPER_SESSION_TIMEOUT_DEFAULTZooKeeper default session timeout.- See Also:
-
USE_OLD_EOULSAN_RESULT_FORMAT_DEFAULT
public static final boolean USE_OLD_EOULSAN_RESULT_FORMAT_DEFAULTWrite results using old Eoulsan format.- See Also:
-
LOG_FILENAME
Eoulsan log filename. -
OTHER_LOG_FILENAME
Other log filename.- See Also:
-
OUTPUT_TREE_TYPE_DEFAULT
Output tree type.- See Also:
-
SAVE_WORKFLOW_IMAGE_DEFAULT
public static final boolean SAVE_WORKFLOW_IMAGE_DEFAULTSave workflow image.- See Also:
-
STANDARD_EXTERNAL_MODULES_ENABLED_DEFAULT
public static final boolean STANDARD_EXTERNAL_MODULES_ENABLED_DEFAULTEnable standard external modules.- See Also:
-
INTERNET_CHECK_SERVER
Server name to check internet connection.- See Also:
-
INTERNET_CHECK_PORT
public static final int INTERNET_CHECK_PORTPort of the server to check internet connection- See Also:
-
EOULSAN_TOOLS_WEBSITE_URL
Eoulsan tools website URL.- See Also:
-
DEFAULT_FILE_ENCODING
Default file encoding.- See Also:
-
DEFAULT_CHARSET
Default charset. -
LOG_EXTENSION
Log extension.- See Also:
-
STEP_LOG_EXTENSION
Step log extension.- See Also:
-
STEP_RESULT_EXTENSION
Step result extension.- See Also:
-
STEP_RESULT_OLD_FORMAT_EXTENSION
Old step result format extension.- See Also:
-
TASK_CONTEXT_EXTENSION
Task context extension.- See Also:
-
TASK_RESULT_EXTENSION
Task result extension.- See Also:
-
TASK_LOG_EXTENSION
Task done extension.- See Also:
-
TASK_DATA_EXTENSION
Task output data extension.- See Also:
-
TASK_DONE_EXTENSION
Task done extension.- See Also:
-
TASK_STDOUT_EXTENSION
Task stdout extension.- See Also:
-
TASK_STDERR_EXTENSION
Task stderr extension.- See Also:
-
TASK_JOB_ID
Task jobb id extension.- See Also:
-
STEP_OUTPUT_DIRECTORY_SUFFIX
Step output directory suffix.- See Also:
-
-
Method Details
-
setDefaultLocale
public static void setDefaultLocale()Set the default Local of the application
-