Package org.jboss.as.cli
Class ModelNodeFormatter.ModelNodeFormatterBase
- java.lang.Object
-
- org.jboss.as.cli.ModelNodeFormatter.ModelNodeFormatterBase
-
- All Implemented Interfaces:
ModelNodeFormatter
- Enclosing interface:
- ModelNodeFormatter
public abstract static class ModelNodeFormatter.ModelNodeFormatterBase extends Object implements ModelNodeFormatter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.cli.ModelNodeFormatter
ModelNodeFormatter.Factory, ModelNodeFormatter.ModelNodeFormatterBase
-
-
Constructor Summary
Constructors Constructor Description ModelNodeFormatterBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformat(StringBuilder buf, int newLineOffset, org.jboss.dmr.ModelNode value)
-
-
-
Method Detail
-
format
public void format(StringBuilder buf, int newLineOffset, org.jboss.dmr.ModelNode value)
- Specified by:
formatin interfaceModelNodeFormatter
-
-