org.fuin.objects4j
Interface TraceStringCapable


public interface TraceStringCapable

Tags objects that can create a trace string representation.


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

Method Detail

toTraceString

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

Returns:
A string for a technical log.


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