Package org.jboss.as.cli
Interface CommandLineFormat
-
- All Known Implementing Classes:
CommandFormat,OperationFormat
public interface CommandLineFormat- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddressOperationSeparator()StringgetNodeSeparator()StringgetPropertyListEnd()StringgetPropertyListStart()StringgetPropertySeparator()booleanisPropertySeparator(char ch)
-
-
-
Method Detail
-
getNodeSeparator
String getNodeSeparator()
-
getAddressOperationSeparator
String getAddressOperationSeparator()
-
getPropertyListStart
String getPropertyListStart()
-
getPropertyListEnd
String getPropertyListEnd()
-
isPropertySeparator
boolean isPropertySeparator(char ch)
-
getPropertySeparator
String getPropertySeparator()
-
-