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() |
String |
getPropertySeparator() |
boolean |
isPropertySeparator(char ch) |
public static final OperationFormat 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.