com.evolveum.midpoint.util
Interface DebugDumpable
- All Known Implementing Classes:
- AccountConstruction, AccountSyncContext, ActivationChangeOperation, Assignment, AttributeModificationOperation, ComplexTypeDefinition, Definition, ExecuteScriptOperation, Item, ItemDefinition, MidPointObject, ObjectDefinition, ObjectDelta, ObjectReference, ObjectReferenceDefinition, Operation, PasswordChangeOperation, Property, PropertyContainer, PropertyContainerDefinition, PropertyDefinition, PropertyDelta, PropertyValue, RefinedAccountDefinition, RefinedAttributeDefinition, RefinedResourceSchema, ResourceObject, ResourceObjectAttribute, ResourceObjectAttributeDefinition, ResourceObjectDefinition, ResourceObjectShadowChangeDescription, Schema, SyncContext, ValueConstruction
public interface DebugDumpable
- Author:
- Radovan Semancik
Method Summary |
java.lang.String |
debugDump()
Show the content of the object intended for diagnostics by system administrator. |
java.lang.String |
debugDump(int indent)
|
INDENT_STRING
static final java.lang.Object INDENT_STRING
debugDump
java.lang.String debugDump()
- Show the content of the object intended for diagnostics by system administrator. The out
put should be suitable to use in system logs at "debug" level. It may be multi-line, but in
that case it should be well indented and quite terse.
As it is intended to be used by system administrator, it should not use any developer terms
such as class names, exceptions or stack traces.
- Returns:
- content of the object intended for diagnostics by system administrator.
debugDump
java.lang.String debugDump(int indent)
Copyright © 2012 evolveum. All Rights Reserved.