public class LogFileNamePathParameter extends MessagePathParameter<String>
TaskManagerCustomLogHandler and JobManagerCustomLogHandler.MessageParameter.MessageParameterRequisiteness| Constructor and Description |
|---|
LogFileNamePathParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(String value)
Converts the given value to its string representation.
|
String |
getDescription()
Returns a description for REST API HTML documentation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromStringpublic static final String KEY
protected String convertFromString(String value)
MessageParameterconvertFromString in class MessageParameter<String>value - string representation of parameter valueprotected String convertToString(String value)
MessageParameterconvertToString in class MessageParameter<String>value - parameter valuepublic String getDescription()
MessageParametergetDescription in class MessageParameter<String>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.