Package fr.ifremer.isisfish.config
Enum Class Option
- All Implemented Interfaces:
Serializable
,Comparable<Option>
,Constable
Options.
Set it protected to force getOption() call.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDatabase lock mode (h2).Perform ui launch option.Application locale (for i18n init).Perform cron option.Perform vcs update option.Auto configure script parameter when addind itServeur accessible par SSH : mémoire (Xmx) allouée pour les process java sur datarmorServeur accessible par SSH : nombre de thread au maximum a utilise simultanementServeur accessible par SSH : option de l'executable qsub (defaut to -m n = no mail)Serveur accessible par SSH : interval de check du fichier de controlServeur accessible par ssh : remote isis home installServeur accessible par SSH : emplacement de Java (full path)Serveur accessible par ssh : addressServeur accessible par ssh : loginNombre maximum de thread de simulation in process.prevu pour l'architecture de lancement en plugin: local, isis-server, caparmor, ...Mémoire max (Xmx) allouée aux sous processus.Nombre max de sous processus à lancer (-1 = pas de limite). -
Field Summary
-
Method Summary
-
Enum Constant Details
-
CONFIG_FILE
-
ISIS_HOME_DIRECTORY
-
COMPILATION_DIRECTORY
-
COMPILATION_SIM_DIRECTORY
-
REGION_CACHE_DIRECTORY
-
MONITORING_DIRECTORY
-
JAVADOC_DIRECTORY
-
TEMP_DIRECTORY
-
LOG_DIRECTORY
-
SWING_SESSION_FILE
-
EXPORT_FORCE_COMPRESSION
-
DEFAULT_EXPORT_NAMES
-
DEFAULT_RESULT_NAMES
-
DEFAULT_MAP_FILENAME
-
DEFAULT_TAG_VALUE
-
ENCODING
-
ISIS_URL
-
JAVADOC_ISIS_URL
-
JAVADOC_MATRIX_URL
-
JAVADOC_JAVA_URL
-
JAVADOC_TOPIA_URL
-
SIMULATOR_CLASSFILE
-
SIMULATOR_LAUNCHER
prevu pour l'architecture de lancement en plugin: local, isis-server, caparmor, ... -
SIMULATOR_LAUNCHER2
-
SIMULATOR_LAUNCHER_REMOTE
-
SIMULATION_MATRIX_VECTOR_CLASS
-
SIMULATION_MATRIX_VECTOR_SPARSE_CLASS
-
SIMULATION_MATRIX_THRESHOLD_USE_SPARSE_CLASS
-
SIMULATION_MATRIX_USE_LAZY_VECTOR
-
SIMULATION_STORE_RESULT_ON_DISK
-
SIMULATION_STORE_RESULT_CACHE_STEP
-
SIMULATOR_IN_MAXTHREADS
Nombre maximum de thread de simulation in process. -
SIMULATOR_SUB_MAXPROCESS
Nombre max de sous processus à lancer (-1 = pas de limite). -
SIMULATOR_SUB_MAXMEMORY
Mémoire max (Xmx) allouée aux sous processus. -
SIMULATOR_DATARMOR_SSH_SERVER
Serveur accessible par ssh : address -
SIMULATOR_DATARMOR_SSH_USERNAME
Serveur accessible par ssh : login -
SIMULATOR_DATARMOR_SSH_ISISHOME
Serveur accessible par ssh : remote isis home install -
SIMULATOR_DATARMOR_SSH_JAVAPATH
Serveur accessible par SSH : emplacement de Java (full path) -
SIMULATOR_DATARMOR_QSUB_OPTIONS
Serveur accessible par SSH : option de l'executable qsub (defaut to -m n = no mail) -
SIMULATOR_DATARMOR_SSH_CONTROLCHECKINTERVAL
Serveur accessible par SSH : interval de check du fichier de control -
SIMULATOR_DATARMOR_MAXTHREADS
Serveur accessible par SSH : nombre de thread au maximum a utilise simultanement -
SIMULATOR_DATARMOR_MAXMEMORY
Serveur accessible par SSH : mémoire (Xmx) allouée pour les process java sur datarmor -
SIMULATOR_DATARMOR_FTP_SERVER
-
SIMULATOR_DATARMOR_FTP_LOGIN
-
SIMULATOR_DATARMOR_FTP_PASSWORD
-
LOCALE
Application locale (for i18n init). -
LAUNCH_UI
Perform ui launch option. -
PERFORM_VCS_UPDATE
Perform vcs update option. -
PERFORM_CRON
Perform cron option. -
SIMULATION_SCRIPT_AUTOCONFIG
Auto configure script parameter when addind it -
DATABASE_LOCK_MODE
Database lock mode (h2). -
SSH_KEY_FILE
-
DATABASE_DIRECTORY
-
VCS_TYPE
-
VCS_PROTOCOL
-
VCS_USER_NAME
-
VCS_USER_PASSWORD
-
VCS_HOST_NAME
-
VCS_PATH
-
COMMUNITY_DATABASE_DIRECTORY
-
VCS_COMMUNITY_TYPE
-
VCS_COMMUNITY_PROTOCOL
-
VCS_COMMUNITY_USER_NAME
-
VCS_COMMUNITY_PASSWORD
-
VCS_COMMUNITY_HOST_NAME
-
VCS_COMMUNITY_PATH
-
USER_NAME
-
SMTP_SERVER
-
USER_MAIL
-
BUG_REPORT_URL
-
MAPPED_RESULT_MATRIX_VECTOR_CLASS
-
CACHE_BACKEND_FACTORY_CLASS
-
JAVA_VERSION_CHECK_DATE
-
KEYSTORE
-
-
Field Details
-
key
-
description
-
defaultValue
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-