Class OperationFormat
- java.lang.Object
-
- org.jboss.as.cli.parsing.operation.OperationFormat
-
- All Implemented Interfaces:
CommandLineFormat
public class OperationFormat extends Object implements CommandLineFormat
- Author:
- Alexey Loubyansky
-
-
Field Summary
Fields Modifier and Type Field Description static OperationFormatINSTANCE
-
Constructor Summary
Constructors Constructor Description OperationFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressOperationSeparator()StringgetNodeSeparator()StringgetPropertyListEnd()StringgetPropertyListStart()StringgetPropertySeparator()booleanisPropertySeparator(char ch)
-
-
-
Field Detail
-
INSTANCE
public static final OperationFormat INSTANCE
-
-
Method Detail
-
getPropertyListStart
public String getPropertyListStart()
- Specified by:
getPropertyListStartin interfaceCommandLineFormat
-
getPropertyListEnd
public String getPropertyListEnd()
- Specified by:
getPropertyListEndin interfaceCommandLineFormat
-
isPropertySeparator
public boolean isPropertySeparator(char ch)
- Specified by:
isPropertySeparatorin interfaceCommandLineFormat
-
getNodeSeparator
public String getNodeSeparator()
- Specified by:
getNodeSeparatorin interfaceCommandLineFormat
-
getAddressOperationSeparator
public String getAddressOperationSeparator()
- Specified by:
getAddressOperationSeparatorin interfaceCommandLineFormat
-
getPropertySeparator
public String getPropertySeparator()
- Specified by:
getPropertySeparatorin interfaceCommandLineFormat
-
-