public abstract class WebModuleConfigCommand extends Object implements AdminCommand
Modifier and Type | Field and Description |
---|---|
protected static LocalStringManagerImpl |
localStrings |
Constructor and Description |
---|
WebModuleConfigCommand() |
Modifier and Type | Method and Description |
---|---|
protected String |
appName() |
protected String |
appNameAndOptionalModuleName() |
protected String |
descriptionValueOrNotSpecified(String value) |
protected Engine |
engine(ActionReport report) |
protected ActionReport |
fail(ActionReport report,
Exception e,
String msgKey,
String defaultFormat,
Object... args) |
protected ActionReport |
fail(ActionReport report,
String msgKey,
String defaultFormat,
Object... args) |
protected String |
moduleName()
Returns either the explicit module name (if the command argument
specified one) or the app name.
|
protected ActionReport |
succeed(ActionReport report,
String msgKey,
String defaultFormat,
Object... args) |
protected WebModuleConfig |
webModuleConfig(ActionReport report) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected static final LocalStringManagerImpl localStrings
protected WebModuleConfig webModuleConfig(ActionReport report)
protected Engine engine(ActionReport report)
protected String moduleName()
protected String appName()
protected String appNameAndOptionalModuleName()
protected ActionReport fail(ActionReport report, Exception e, String msgKey, String defaultFormat, Object... args)
protected ActionReport fail(ActionReport report, String msgKey, String defaultFormat, Object... args)
protected ActionReport succeed(ActionReport report, String msgKey, String defaultFormat, Object... args)
Copyright © 2019. All rights reserved.