Package org.jboss.as.cli.operation.impl
Class DefaultPrefixFormatter
- java.lang.Object
-
- org.jboss.as.cli.operation.impl.DefaultPrefixFormatter
-
- All Implemented Interfaces:
NodePathFormatter
public class DefaultPrefixFormatter extends Object implements NodePathFormatter
- Author:
- Alexey Loubyansky
-
-
Field Summary
Fields Modifier and Type Field Description static NodePathFormatterINSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultPrefixFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(OperationRequestAddress prefix)Creates a string representation of the Prefix instance.
-
-
-
Field Detail
-
INSTANCE
public static final NodePathFormatter INSTANCE
-
-
Method Detail
-
format
public String format(OperationRequestAddress prefix)
Description copied from interface:NodePathFormatterCreates a string representation of the Prefix instance.- Specified by:
formatin interfaceNodePathFormatter- Parameters:
prefix- the prefix instance- Returns:
- the string representation of the prefix.
-
-