public interface FessEnv
Modifier and Type | Interface and Description |
---|---|
static class |
FessEnv.SimpleImpl
The simple implementation for configuration.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEVELOPMENT_HERE
The key of the configuration.
|
static String |
ENVIRONMENT_TITLE
The key of the configuration.
|
static String |
FRAMEWORK_DEBUG
The key of the configuration.
|
static String |
lasta_di_SMART_DEPLOY_MODE
The key of the configuration.
|
static String |
MAIL_RETURN_PATH
The key of the configuration.
|
static String |
MAIL_SEND_MOCK
The key of the configuration.
|
static String |
MAIL_SMTP_SERVER_MAIN_HOST_AND_PORT
The key of the configuration.
|
static String |
MAIL_SUBJECT_TEST_PREFIX
The key of the configuration.
|
static String |
TIME_ADJUST_TIME_MILLIS
The key of the configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
get(String propertyKey)
Get the value of property as
String . |
String |
getDevelopmentHere()
Get the value for the key 'development.here'.
|
String |
getEnvironmentTitle()
Get the value for the key 'environment.title'.
|
String |
getFrameworkDebug()
Get the value for the key 'framework.debug'.
|
String |
getLastaDiSmartDeployMode()
Get the value for the key 'lasta_di.smart.deploy.mode'.
|
String |
getMailReturnPath()
Get the value for the key 'mail.return.path'.
|
String |
getMailSendMock()
Get the value for the key 'mail.send.mock'.
|
String |
getMailSmtpServerMainHostAndPort()
Get the value for the key 'mail.smtp.server.main.host.and.port'.
|
String |
getMailSubjectTestPrefix()
Get the value for the key 'mail.subject.test.prefix'.
|
String |
getTimeAdjustTimeMillis()
Get the value for the key 'time.adjust.time.millis'.
|
Long |
getTimeAdjustTimeMillisAsLong()
Get the value for the key 'time.adjust.time.millis' as
Long . |
boolean |
is(String propertyKey)
Is the property true?
|
boolean |
isDevelopmentHere()
Is the property for the key 'development.here' true?
The value is, e.g. |
boolean |
isFrameworkDebug()
Is the property for the key 'framework.debug' true?
The value is, e.g. |
boolean |
isMailSendMock()
Is the property for the key 'mail.send.mock' true?
The value is, e.g. |
static final String lasta_di_SMART_DEPLOY_MODE
static final String DEVELOPMENT_HERE
static final String ENVIRONMENT_TITLE
static final String FRAMEWORK_DEBUG
static final String TIME_ADJUST_TIME_MILLIS
static final String MAIL_SEND_MOCK
static final String MAIL_SMTP_SERVER_MAIN_HOST_AND_PORT
static final String MAIL_SUBJECT_TEST_PREFIX
static final String MAIL_RETURN_PATH
String get(String propertyKey)
String
.propertyKey
- The key of the property. (NotNull)org.lastaflute.core.direction.exception.ConfigPropertyNotFoundException
- When the property is not found.boolean is(String propertyKey)
propertyKey
- The key of the property which is boolean type. (NotNull)org.lastaflute.core.direction.exception.ConfigPropertyNotFoundException
- When the property is not found.String getLastaDiSmartDeployMode()
String getDevelopmentHere()
boolean isDevelopmentHere()
String getEnvironmentTitle()
String getFrameworkDebug()
boolean isFrameworkDebug()
String getTimeAdjustTimeMillis()
Long getTimeAdjustTimeMillisAsLong()
Long
. NumberFormatException
- When the property is not long.String getMailSendMock()
boolean isMailSendMock()
String getMailSmtpServerMainHostAndPort()
String getMailSubjectTestPrefix()
String getMailReturnPath()
Copyright © 2009–2018 CodeLibs. All rights reserved.