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 CommandLineFormatpublic String getPropertyListEnd()
getPropertyListEnd in interface CommandLineFormatpublic boolean isPropertySeparator(char ch)
isPropertySeparator in interface CommandLineFormatpublic String getNodeSeparator()
getNodeSeparator in interface CommandLineFormatpublic String getAddressOperationSeparator()
getAddressOperationSeparator in interface CommandLineFormatpublic String getPropertySeparator()
getPropertySeparator in interface CommandLineFormatCopyright © 2014 JBoss by Red Hat. All rights reserved.