Package org.jboss.as.logging.resolvers
Interface ModelNodeResolver<T>
-
- All Known Implementing Classes:
FileResolver,HandlerResolver,LevelResolver,OverflowActionResolver,SizeResolver,TargetResolver
public interface ModelNodeResolver<T>- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TresolveValue(OperationContext context, org.jboss.dmr.ModelNode value)Formats the attribute to the desired type.
-
-
-
Method Detail
-
resolveValue
T resolveValue(OperationContext context, org.jboss.dmr.ModelNode value) throws OperationFailedException
Formats the attribute to the desired type.- Parameters:
context- the operation contextvalue- the value to format- Returns:
- the formatted value
- Throws:
OperationFailedException- if an error occurs
-
-