public class OperationFormat extends Object implements CommandLineFormat
| Modifier and Type | Field and Description |
|---|---|
static OperationFormat |
INSTANCE |
| Constructor and Description |
|---|
OperationFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressOperationSeparator() |
String |
getNodeSeparator() |
String |
getPropertyListEnd() |
String |
getPropertyListStart() |
boolean |
isPropertySeparator(char ch) |
public static final OperationFormat 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 CommandLineFormatCopyright © 2013 JBoss by Red Hat. All rights reserved.