public class StartupOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_DISABLE_MAIL_SERVICE |
static String |
OPTION_INDEX_CHECK |
static String |
OPTION_INDEX_FIX |
static String |
OPTION_REINDEX |
static String |
OPTION_RESET_DISCOVERY_INFO |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getOptions()
Returns the startup options, which are set.
|
boolean |
isSet(String option)
Checks if the specified startup option is set.
|
public static final String OPTION_DISABLE_MAIL_SERVICE
public static final String OPTION_INDEX_CHECK
public static final String OPTION_INDEX_FIX
public static final String OPTION_REINDEX
public static final String OPTION_RESET_DISCOVERY_INFO
public Set<String> getOptions()
public boolean isSet(String option)
option - the option keytrue if the specified option is set; false otherwiseCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.