Package org.jboss.as.cli.operation
Interface NodePathFormatter
-
- All Known Implementing Classes:
DefaultPrefixFormatter
public interface NodePathFormatterCreates a string representation of the OperationRequestAddress instance.- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(OperationRequestAddress prefix)Creates a string representation of the Prefix instance.
-
-
-
Method Detail
-
format
String format(OperationRequestAddress prefix)
Creates a string representation of the Prefix instance.- Parameters:
prefix- the prefix instance- Returns:
- the string representation of the prefix.
-
-