public class CommandFormat extends Object implements CommandLineFormat
Modifier and Type | Field and Description |
---|---|
static CommandFormat |
INSTANCE |
Constructor and Description |
---|
CommandFormat() |
Modifier and Type | Method and Description |
---|---|
String |
getAddressOperationSeparator() |
String |
getNodeSeparator() |
String |
getPropertyListEnd() |
String |
getPropertyListStart() |
String |
getPropertySeparator() |
boolean |
isPropertySeparator(char ch) |
public static final CommandFormat INSTANCE
public String getPropertyListStart()
getPropertyListStart
in interface CommandLineFormat
public String getPropertyListEnd()
getPropertyListEnd
in interface CommandLineFormat
public boolean isPropertySeparator(char ch)
isPropertySeparator
in interface CommandLineFormat
public String getNodeSeparator()
getNodeSeparator
in interface CommandLineFormat
public String getAddressOperationSeparator()
getAddressOperationSeparator
in interface CommandLineFormat
public String getPropertySeparator()
getPropertySeparator
in interface CommandLineFormat
Copyright © 2023 JBoss by Red Hat. All rights reserved.