Package org.jboss.as.cli
Interface ModelNodeFormatter
-
- All Known Implementing Classes:
ModelNodeFormatter.ModelNodeFormatterBase
public interface ModelNodeFormatterImplementations of this interface are supposed to create a string representation of ModelNode values formatted nicely.- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classModelNodeFormatter.Factorystatic classModelNodeFormatter.ModelNodeFormatterBase
-
Field Summary
Fields Modifier and Type Field Description static ModelNodeFormatter.ModelNodeFormatterBaseBOOLEANstatic ModelNodeFormatter.ModelNodeFormatterBaseDEFAULTstatic ModelNodeFormatter.ModelNodeFormatterBaseLISTstatic intOFFSETstatic ModelNodeFormatter.ModelNodeFormatterBasePROPERTYstatic ModelNodeFormatter.ModelNodeFormatterBaseSTRING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidformat(StringBuilder buf, int offset, org.jboss.dmr.ModelNode value)
-
-
-
Field Detail
-
OFFSET
static final int OFFSET
- See Also:
- Constant Field Values
-
DEFAULT
static final ModelNodeFormatter.ModelNodeFormatterBase DEFAULT
-
BOOLEAN
static final ModelNodeFormatter.ModelNodeFormatterBase BOOLEAN
-
STRING
static final ModelNodeFormatter.ModelNodeFormatterBase STRING
-
LIST
static final ModelNodeFormatter.ModelNodeFormatterBase LIST
-
PROPERTY
static final ModelNodeFormatter.ModelNodeFormatterBase PROPERTY
-
-
Method Detail
-
format
void format(StringBuilder buf, int offset, org.jboss.dmr.ModelNode value)
-
-