org.fuin.objects4j
Interface TraceStringCapable


public interface TraceStringCapable

Tags objects that can create a trace string representation.


Method Summary
 java.lang.String toTraceString()
          Creates a representation of the command for tracing.
 

Method Detail

toTraceString

@Ensures(value="\result!=null")
java.lang.String toTraceString()
Creates a representation of the command for tracing.

Returns:
A string for a technical log.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.