com.evolveum.midpoint.util
Interface Dumpable

All Known Subinterfaces:
Task
All Known Implementing Classes:
AccountConstruction, AccountSyncContext, Assignment, ComplexTypeDefinition, Definition, DeltaSetTriple, Item, ItemDefinition, MidPointObject, ObjectDefinition, ObjectDelta, ObjectReference, ObjectReferenceDefinition, OperationResult, Property, PropertyContainer, PropertyContainerDefinition, PropertyDefinition, PropertyDelta, PropertyValue, RefinedAccountDefinition, RefinedAttributeDefinition, RefinedResourceSchema, ResourceObject, ResourceObjectAttribute, ResourceObjectAttributeDefinition, ResourceObjectDefinition, ResourceObjectShadowChangeDescription, Schema, SchemaDescription, SchemaRegistry, SyncContext, TaskImpl, ValueConstruction

public interface Dumpable

Author:
Radovan Semancik

Method Summary
 java.lang.String dump()
          Show the content of the object intended for diagnostics by developer.
 

Method Detail

dump

java.lang.String dump()
Show the content of the object intended for diagnostics by developer. The content may be multi-line, in case of hierarchical objects it may be intended. The use of this method may not be efficient. It is not supposed to be used in normal operation. However, it is very useful in tests or in case of dumping objects in severe error situations.

Returns:
content of the object intended for diagnostics.


Copyright © 2012 evolveum. All Rights Reserved.