Modifier and Type | Method and Description |
---|---|
EndpointType |
EndpointTypeConverter.convert(org.jboss.aesh.console.command.converter.ConverterInvocation converterInvocation) |
Modifier and Type | Field and Description |
---|---|
protected EndpointType |
CreateCmd.regType |
Modifier and Type | Method and Description |
---|---|
EndpointType |
CmdStdinContext.getEndpointType() |
static EndpointType |
EndpointType.of(String name) |
static EndpointType |
EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdStdinContext.setEndpointType(EndpointType regType) |
Modifier and Type | Method and Description |
---|---|
static String |
HttpUtil.getExpectedContentType(EndpointType type) |
static CmdStdinContext |
ParseUtil.parseFileOrStdin(String file,
EndpointType type) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.